@@ -0,0 +1,6 @@
+# Use vi-bindings in readline for command editing
+set -o vi
+
+# Set Ctrl-w to delete by word boundaries instead of to the previous space.
+bind 'set bind-tty-special-chars off'
+bind '\C-w:backward-kill-word'
@@ -2,9 +2,6 @@ source ~/dotfiles/shell/env
[[ -r ~/.bashlocal ]] && source ~/.bashlocal
-# Use vi-bindings in readline for command editing
-set -o vi
-
source ~/dotfiles/shell/common/load
for file in ~/dotfiles/shell/bash/*.bash; do