Skip to content

Commit

Permalink
Merge pull request #34 from bdesham/patch-1
Browse files Browse the repository at this point in the history
Use “noremap” in system gvimrc
  • Loading branch information
b4winckler committed Sep 6, 2013
2 parents c5c6beb + 010635f commit 52f4da8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/MacVim/gvimrc
Expand Up @@ -55,16 +55,16 @@ if !exists("macvim_skip_cmd_opt_movement")
no <D-Up> <C-Home>
ino <D-Up> <C-Home>
map <M-Up> {
imap <M-Up> <C-o>{
no <M-Up> {
ino <M-Up> <C-o>{
no <D-Down> <C-End>
ino <D-Down> <C-End>
map <M-Down> }
imap <M-Down> <C-o>}
no <M-Down> }
ino <M-Down> <C-o>}
imap <M-BS> <C-w>
imap <D-BS> <C-u>
ino <M-BS> <C-w>
ino <D-BS> <C-u>
endif " !exists("macvim_skip_cmd_opt_movement")


Expand Down

0 comments on commit 52f4da8

Please sign in to comment.