Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Trying to disable print shortcut in MacVIM... Failing...
  • Loading branch information
tlhunter committed Jun 5, 2015
1 parent cabe4e7 commit fc8dd64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc
Expand Up @@ -250,6 +250,11 @@ if has("gui_running")
" Cmd+Shift+N = new buffer
map <silent> <D-N> :enew<CR>
" Cmd+P = CtrlP
" TODO: This doesn't actually work, still opens Print dialog
macmenu File.Print key=<nop>
nnoremap <silent> <D-p> :CtrlP<CR>
" Cmd+t = new tab
nnoremap <silent> <D-t> :tabnew<CR>
Expand Down

0 comments on commit fc8dd64

Please sign in to comment.