1
0
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:
2014-01-14 10:33:09 +00:00
parent 03c28529af
commit 647efe9e2f

View File

@ -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