set -o emacs
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 14 Aug 2011 21:42:52 +0300
changeset 176 88a4aa7a6e7c
parent 175 dff101b7fff0
child 177 95c784cc8cbb
set -o emacs
.bashrc
--- a/.bashrc	Sun Aug 14 16:48:54 2011 +0300
+++ b/.bashrc	Sun Aug 14 21:42:52 2011 +0300
@@ -142,6 +142,8 @@
 ################################################################
 # Key binding.
 
+set -o emacs
+
 bind '"\e/": dabbrev-expand'
 
 ################################################################