mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Tab next/previous were mixed up.
git-svn-id: http://macvim.googlecode.com/svn/trunk@70 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
@@ -35,8 +35,8 @@ an <silent> 70.300 Window.Minimize :action performMiniaturize:<CR>
|
||||
an <silent> 70.310 Window.Zoom :action performZoom:<CR>
|
||||
an 70.320 Window.-SEP1- <Nop>
|
||||
" TODO! Grey out if no tabs are visible.
|
||||
an <silent> 70.330 Window.Previous\ Tab :tabnext<CR>
|
||||
an <silent> 70.340 Window.Next\ Tab :tabprevious<CR>
|
||||
an <silent> 70.330 Window.Previous\ Tab :tabprevious<CR>
|
||||
an <silent> 70.340 Window.Next\ Tab :tabnext<CR>
|
||||
an 70.350 Window.-SEP2- <Nop>
|
||||
an <silent> 70.360 Window.Bring\ All\ To\ Front :action arrangeInFront:<CR>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user