keybindings.bash 206 B

123456
  1. # Use vi-bindings in readline for command editing
  2. set -o vi
  3. # Set Ctrl-w to delete by word boundaries instead of to the previous space.
  4. bind 'set bind-tty-special-chars off'
  5. bind '\C-w:backward-kill-word'