I've found ^S mapped to be the fwd-search key for zsh (ohmyzsh) but I would like to use it in vim for various mappings as well - it seems like the zsh mapping is preventing me from using it now.
Any way to unmap the bindkey or have it both ways?
|
feedback
|
|
This is probably flow-control, which is handled by your terminal and not your shell. Typically control-s stops terminal output, and control-q resumes it. See the note in " To remove this behavior, you could try these shell commands:
This may not work, though. If you are using a GUI terminal emulator, try looking for flow control settings within its options. | |||
|
feedback
|
bindkeymapsCtrl-S. – Daniel Beck Feb 2 at 15:15Ctrl-Ssuspends, as it should. Have you checked your zsh profile files? – Daniel Beck Feb 2 at 15:26