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:CommandTAcceptSelectionTabMap='<CR>'
|
||||||
"let g:CommandTAcceptSelectionMap='<C-r>'
|
"let g:CommandTAcceptSelectionMap='<C-r>'
|
||||||
|
|
||||||
"xterm key combos
|
"xterm control+arrows
|
||||||
map OD <M-Left>
|
map [1;5D <C-Left>
|
||||||
map! OD <M-Left>
|
map! [1;5D <C-Left>
|
||||||
map OC <M-Right>
|
map [1;5C <C-Right>
|
||||||
map! OC <M-Right>
|
map! [1;5C <C-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>
|
|
||||||
"Terminal.app control+arrows
|
"Terminal.app control+arrows
|
||||||
map [5D <Home>
|
map [5D <Home>
|
||||||
map! [5D <Home>
|
map! [5D <Home>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue