Hi All,
I used to be able to map tabnext and tabprevious to Apple-Shift-
[Direction] to make tabs behave like they do in Terminal and Safari.
Since updating to Snapshot 49, this no longer seems to work. I tried
reading ':h macvim' and playing with setting like
'macvim_skip_cmd_opt_movement' but nothing seems to work. There is the
suggestion (in hints) that a menu item might be overriding the key
combination... but I can't find it.

This is the bit of my vimrc that used to work:
"""
" Mac tab nav mappings
imap <D-S-Right> <esc>:tabnext<cr>i
imap <D-S-Left> <esc>:tabprevious<cr>i
map <D-S-Right> :tabnext<cr>
map <D-S-Left> :tabprevious<cr>
"""

Any suggestions?

  Nick

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to