mirror of https://github.com/akelge/vim
Added backward-kill stopper
This commit is contained in:
parent
03c28529af
commit
647efe9e2f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue