.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 16 Jan 2019 14:20:34 +0200
changeset 922 e2c60fd8f61b
permissions -rw-r--r--
Removed Bash key binding that overrides filename completion.


if [[ $- == *i* ]]; then
  bind '"\e/": dabbrev-expand'
  bind '"\ee": edit-and-execute-command'
fi