mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
disable broken mappings
This commit is contained in:
parent
c9c744d967
commit
c7fae9944d
1 changed files with 4 additions and 4 deletions
8
vimrc
8
vimrc
|
|
@ -176,10 +176,10 @@ map! [5D <Home>
|
||||||
map [5C <End>
|
map [5C <End>
|
||||||
map! [5C <End>
|
map! [5C <End>
|
||||||
"Lion Terminal.app option+arrows
|
"Lion Terminal.app option+arrows
|
||||||
map b <M-Left>
|
"map b <M-Left>
|
||||||
map! b <M-Left>
|
"map! b <M-Left>
|
||||||
map f <M-Right>
|
"map f <M-Right>
|
||||||
map! f <M-Right>
|
"map! f <M-Right>
|
||||||
"Terminal.app option+arrows
|
"Terminal.app option+arrows
|
||||||
map [1;3D <M-Left>
|
map [1;3D <M-Left>
|
||||||
map! [1;3D <M-Left>
|
map! [1;3D <M-Left>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue