mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
kill line left with control j
This commit is contained in:
parent
d6be37aa32
commit
3c560d4125
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ bindkey "^[[3~" delete-char
|
|||
bindkey "^[3;5~" delete-char
|
||||
bindkey "\e[3~" delete-char
|
||||
|
||||
bindkey '<ctrl><j>' backward-kill-line
|
||||
# consider emacs keybindings:
|
||||
|
||||
#bindkey -e ## emacs key bindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue