Comments
-
Greg Hurrell
The default mappings are probably not compatible with your terminal. You can set alternative mappings that work for you though (a full list of possible mappings appears in the docs).
-
vernon Thommeret
I'll take a look. I'm using bash in the Mac OS X terminal.
-
Mauricio Gardini
I am having the same issue, Wincent: using the native VIM in Mac OS X Terminal, vertical split and even tab opening works fine, but horizontal split doesn't.
Tried setting with let g:CommandTAcceptSelectionSplitMap='<C-h>' in my vimrc and restarted Vim, but no luck. Are there any steps that I missed?
-
Greg Hurrell
<C-s>
works for me, but only when I setstty -ixon
in my~/.bash_profile
.(Otherwise
<C-s>
will captures all output until the next<C-q>
.) -
Mauricio Gardini
Didn't know about this <C-s> particularity.
Thank you, anyway... It's working fine!
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.