Daniel Hahler
2014-12-20 05:00:09 UTC
From: Daniel Hahler <***@thequod.de>
It should not be necessary to define them, since PageUp/PageDown is
alread, and it should be the same.
But the way it was defined actually broke PageUp/PageDown, because '\e'
or a real escape should have been used.
---
examples/xterm-keys.vim | 3 ---
1 file changed, 3 deletions(-)
diff --git a/examples/xterm-keys.vim b/examples/xterm-keys.vim
index af44968..5672c26 100644
--- a/examples/xterm-keys.vim
+++ b/examples/xterm-keys.vim
@@ -42,9 +42,6 @@ function! s:SetXtermCapabilities()
execute "set <F10>=\e[21;*~"
execute "set <F11>=\e[23;*~"
execute "set <F12>=\e[24;*~"
-
- execute "set t_kP=^[[5;*~"
- execute "set t_kN=^[[6;*~"
endfunction
if exists('$TMUX')
It should not be necessary to define them, since PageUp/PageDown is
alread, and it should be the same.
But the way it was defined actually broke PageUp/PageDown, because '\e'
or a real escape should have been used.
---
examples/xterm-keys.vim | 3 ---
1 file changed, 3 deletions(-)
diff --git a/examples/xterm-keys.vim b/examples/xterm-keys.vim
index af44968..5672c26 100644
--- a/examples/xterm-keys.vim
+++ b/examples/xterm-keys.vim
@@ -42,9 +42,6 @@ function! s:SetXtermCapabilities()
execute "set <F10>=\e[21;*~"
execute "set <F11>=\e[23;*~"
execute "set <F12>=\e[24;*~"
-
- execute "set t_kP=^[[5;*~"
- execute "set t_kN=^[[6;*~"
endfunction
if exists('$TMUX')
--
2.1.2.10.g99474b6.dirty
2.1.2.10.g99474b6.dirty