Removed Bash key binding that overrides filename completion.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 16 Jan 2019 14:20:34 +0200
changeset 922 e2c60fd8f61b
parent 921 51aac2ea3cf4
child 923 fa297b1cbc0b
Removed Bash key binding that overrides filename completion.
.bashrc
.bashrc.obsolete
--- a/.bashrc	Thu Jan 03 13:56:48 2019 +0200
+++ b/.bashrc	Wed Jan 16 14:20:34 2019 +0200
@@ -197,11 +197,6 @@
 
 set -o emacs
 
-if [[ $- == *i* ]]; then
-  bind '"\e/": dabbrev-expand'
-  bind '"\ee": edit-and-execute-command'
-fi
-
 ################################################################
 # Completion.
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.bashrc.obsolete	Wed Jan 16 14:20:34 2019 +0200
@@ -0,0 +1,5 @@
+
+if [[ $- == *i* ]]; then
+  bind '"\e/": dabbrev-expand'
+  bind '"\ee": edit-and-execute-command'
+fi