1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

t_kP is the same as PageUp, so no need for it, from Daniel Hahler.

This commit is contained in:
Nicholas Marriott 2014-12-21 15:46:43 +00:00
parent f495b150fa
commit 9cb5afe114

View File

@ -42,9 +42,6 @@ function! s:SetXtermCapabilities()
execute "set <F10>=\e[21;*~" execute "set <F10>=\e[21;*~"
execute "set <F11>=\e[23;*~" execute "set <F11>=\e[23;*~"
execute "set <F12>=\e[24;*~" execute "set <F12>=\e[24;*~"
execute "set t_kP=^[[5;*~"
execute "set t_kN=^[[6;*~"
endfunction endfunction
if exists('$TMUX') if exists('$TMUX')