mirror of
https://github.com/akelge/vim
synced 2025-07-12 17:42:09 +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
|
||||
bindkey "-e"
|
||||
bindkey "\e[1~" beginning-of-line
|
||||
|
Reference in New Issue
Block a user