mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
- HIG shift movement disabled by default - Next/previous tab uses same binding as Safari
git-svn-id: http://macvim.googlecode.com/svn/trunk@250 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
@@ -121,12 +121,12 @@ map <M-Down> }
|
||||
imap <M-Down> <C-o>}
|
||||
|
||||
|
||||
" This is so that the HIG shift movement related settings can be disabled by
|
||||
" This is so that the HIG shift movement related settings can be enabled by
|
||||
" adding the line
|
||||
" let macvim_skip_hig_shift_movement = 1
|
||||
" to the user .vimrc.
|
||||
" let macvim_hig_shift_movement = 1
|
||||
" to the user .vimrc (not .gvimrc!).
|
||||
"
|
||||
if !exists("macvim_skip_hig_shift_movement")
|
||||
if exists("macvim_hig_shift_movement")
|
||||
" Shift + special movement key (<S-Left>, etc.) and mouse starts insert mode
|
||||
set selectmode=mouse,key
|
||||
set keymodel=startsel,stopsel
|
||||
@@ -192,8 +192,8 @@ menukeyequiv Tools.Older\ List <D-C-Up>
|
||||
menukeyequiv Tools.Newer\ List <D-C-Down>
|
||||
|
||||
menukeyequiv Window.Minimize <D-m>
|
||||
menukeyequiv Window.Previous\ Tab <D-[>
|
||||
menukeyequiv Window.Next\ Tab <D-]>
|
||||
menukeyequiv Window.Previous\ Tab <D-{>
|
||||
menukeyequiv Window.Next\ Tab <D-}>
|
||||
|
||||
|
||||
" Restore the previous value of 'cpoptions'.
|
||||
|
||||
Reference in New Issue
Block a user