Skip to content

Commit

Permalink
Command+B does command t buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
jseifer committed Aug 28, 2011
1 parent adc6bf4 commit 5215636
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gvimrc
Expand Up @@ -4,9 +4,12 @@ map <D-M-Right> :bn<CR>
if has("gui_macvim")
macmenu &File.New\ Tab key=<nop>
macmenu &Edit.Find.Find\.\.\. key=<nop>
macmenu &Tools.Make key=<nop>

map <D-t> :CommandT<CR>
map <D-b> :CommandTBuffer<CR>
set go-=T

map <D-M-Left> :bp<CR>
map <D-M-Right> :bn<CR>
end
end

0 comments on commit 5215636

Please sign in to comment.