mirror of
https://github.com/akelge/zsh
synced 2025-08-15 06:28:24 +00:00
Added backward-kill stopper
This commit is contained in:
@ -1,4 +1,9 @@
|
|||||||
#######################################################################################
|
#######################################################################################
|
||||||
|
#
|
||||||
|
# Backward-kill-word stop on dir delimiter
|
||||||
|
autoload -U select-word-style
|
||||||
|
select-word-style bash
|
||||||
|
|
||||||
# Useful under iTerm
|
# Useful under iTerm
|
||||||
bindkey "-e"
|
bindkey "-e"
|
||||||
bindkey "\e[1~" beginning-of-line
|
bindkey "\e[1~" beginning-of-line
|
||||||
|
Reference in New Issue
Block a user