mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
fix keys causing back-to-insert
This commit is contained in:
parent
fd0499f8e6
commit
ad008fe75f
1 changed files with 5 additions and 14 deletions
19
vimrc
19
vimrc
|
|
@ -125,20 +125,11 @@ let mapleader = ','
|
|||
"let g:CommandTAcceptSelectionTabMap='<CR>'
|
||||
"let g:CommandTAcceptSelectionMap='<C-r>'
|
||||
|
||||
"xterm key combos
|
||||
map OD <M-Left>
|
||||
map! OD <M-Left>
|
||||
map OC <M-Right>
|
||||
map! OC <M-Right>
|
||||
map [D <C-Left>
|
||||
map! [D <C-Left>
|
||||
map [C <C-Right>
|
||||
map! [C <C-Right>
|
||||
"iTerm2 control+arrows
|
||||
map [1;5D <Home>
|
||||
map! [1;5D <Home>
|
||||
map [1;5C <End>
|
||||
map! [1;5C <End>
|
||||
"xterm control+arrows
|
||||
map [1;5D <C-Left>
|
||||
map! [1;5D <C-Left>
|
||||
map [1;5C <C-Right>
|
||||
map! [1;5C <C-Right>
|
||||
"Terminal.app control+arrows
|
||||
map [5D <Home>
|
||||
map! [5D <Home>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue