mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
t_kP is the same as PageUp, so no need for it, from Daniel Hahler.
This commit is contained in:
parent
f495b150fa
commit
9cb5afe114
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user