mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
add some hacks for "xterm" terminals...
This commit is contained in:
parent
6daec9521a
commit
dd08f6f764
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -333,6 +333,10 @@ endif
|
|||
if (&term =~ "^xterm")
|
||||
map [H <Home>
|
||||
map [F <End>
|
||||
map [5D <C-Left>
|
||||
map! [5D <C-Left>
|
||||
map [5C <C-Right>
|
||||
map! [5C <C-Right>
|
||||
endif
|
||||
|
||||
" Python specific stuff
|
||||
|
|
Loading…
Add table
Reference in a new issue