From: Daniel Hahler <g...@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')
-- 
2.1.2.10.g99474b6.dirty


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to