Skip to content

Commit 010635f

Browse files
committed
Use “noremap” for all other mappings too
1 parent c972338 commit 010635f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/MacVim/gvimrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ if !exists("macvim_skip_cmd_opt_movement")
5555
5656
no <D-Up> <C-Home>
5757
ino <D-Up> <C-Home>
58-
map <M-Up> {
59-
imap <M-Up> <C-o>{
58+
no <M-Up> {
59+
ino <M-Up> <C-o>{
6060
6161
no <D-Down> <C-End>
6262
ino <D-Down> <C-End>
63-
map <M-Down> }
64-
imap <M-Down> <C-o>}
63+
no <M-Down> }
64+
ino <M-Down> <C-o>}
6565
6666
ino <M-BS> <C-w>
6767
ino <D-BS> <C-u>

0 commit comments

Comments
 (0)