Added backward-kill stopper

This commit is contained in:
Andrea Mistrali 2014-01-14 10:33:09 +00:00
parent 03c28529af
commit 647efe9e2f
1 changed files with 5 additions and 0 deletions

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