mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
fix escape sequence for shift+del
This commit is contained in:
parent
6d1523035a
commit
7befe5065a
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ bindkey '^[[5;5~' dummy # ctrl+PgUp
|
|||
bindkey '^[[6;5~' dummy # ctrl+PgDn
|
||||
bindkey '^[[5;6~' dummy # ctrl+shift+PgUp
|
||||
bindkey '^[[6;6~' dummy # ctrl+shift+PgDn
|
||||
bindkey '^[[1;2F' dummy # shift+del
|
||||
bindkey '^[[3;2~' dummy # shift+del
|
||||
bindkey '^[[1;2F' dummy # shift+end, do nothing, already at bottom (tmux)
|
||||
bindkey '^[[6;2~' dummy # shift+PgDn, do nothing, already at bottom (tmux)
|
||||
bindkey '^[[2;3~' dummy # alt+ins
|
||||
|
|
Loading…
Add table
Reference in a new issue