.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 21 Nov 2020 21:25:42 +0200
changeset 952 04e8208374bd
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Added Shift+Tab for session switching in GNU Screen & tmux.


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