mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
bad xterm should still have home/end in insert
This commit is contained in:
parent
e0ad045735
commit
d18a0e295d
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -338,7 +338,9 @@ endif
|
||||||
|
|
||||||
if (&term =~ "^xterm")
|
if (&term =~ "^xterm")
|
||||||
map [H <Home>
|
map [H <Home>
|
||||||
|
map! [H <Home>
|
||||||
map [F <End>
|
map [F <End>
|
||||||
|
map! [F <End>
|
||||||
map [5D <C-Left>
|
map [5D <C-Left>
|
||||||
map! [5D <C-Left>
|
map! [5D <C-Left>
|
||||||
map [5C <C-Right>
|
map [5C <C-Right>
|
||||||
|
|
Loading…
Add table
Reference in a new issue