try to fix tmux key issues
This commit is contained in:
parent
566d709ca8
commit
09eeb75f47
5 changed files with 8 additions and 9 deletions
|
|
@ -16,6 +16,8 @@
|
|||
# Enable editing command in external editor
|
||||
autoload -Uz edit-command-line
|
||||
zle -N edit-command-line
|
||||
# fix delete key
|
||||
bindkey "^[[3~" delete-char
|
||||
# Try multiple bindings for edit-command-line
|
||||
bindkey '^X^E' edit-command-line # Traditional Ctrl+X,Ctrl+E binding
|
||||
bindkey '^[^M' edit-command-line # Alt+Enter
|
||||
|
|
@ -38,4 +40,3 @@
|
|||
'';
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue