aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-12-21 15:46:43 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-12-21 15:46:43 +0000
commit9cb5afe114c035a7412b58d65dc39c16f3b72ff5 (patch)
treebbdcf93d854ef995079f9215a1b20c372cc6382e
parentf495b150fa06cf0556159fe15e0dd2e0a09bb445 (diff)
downloadrtmux-9cb5afe114c035a7412b58d65dc39c16f3b72ff5.tar.gz
rtmux-9cb5afe114c035a7412b58d65dc39c16f3b72ff5.tar.bz2
rtmux-9cb5afe114c035a7412b58d65dc39c16f3b72ff5.zip
t_kP is the same as PageUp, so no need for it, from Daniel Hahler.
-rw-r--r--examples/xterm-keys.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/xterm-keys.vim b/examples/xterm-keys.vim
index af44968d..5672c26a 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')