# HG changeset patch # User Oleksandr Gavenko # Date 1313327285 -10800 # Node ID f862e6d84d0224e4b6552741a9dd05165f4123ef # Parent e0e31102eee565ff86942ae7c543eeb126468233 Move key binding as dabbrev-expand defined only in bash. diff -r e0e31102eee5 -r f862e6d84d02 .bashrc --- a/.bashrc Sun Aug 14 00:54:20 2011 +0300 +++ b/.bashrc Sun Aug 14 16:08:05 2011 +0300 @@ -140,6 +140,11 @@ fi ################################################################ +# Key binding. + +bind '"\e/": dabbrev-expand' + +################################################################ # Completion. # user commands see only users diff -r e0e31102eee5 -r f862e6d84d02 .inputrc --- a/.inputrc Sun Aug 14 00:54:20 2011 +0300 +++ b/.inputrc Sun Aug 14 16:08:05 2011 +0300 @@ -66,7 +66,6 @@ "\C-@": set-mark "\C-w": kill-region "\M-w": copy-region-as-kill -"\M-/" dabbrev-expand # Ctrl+Left/Right to move by whole words. "\e[1;5C": forward-word