.bashrc
changeset 179 ed15e30ff41a
parent 176 88a4aa7a6e7c
child 180 176106ed8e46
--- a/.bashrc	Sun Aug 14 22:15:22 2011 +0300
+++ b/.bashrc	Sun Aug 14 22:18:39 2011 +0300
@@ -5,7 +5,7 @@
 [ -d ~/usr/bin ] && export PATH="$PATH":~/usr/bin || :
 
 # XXX for mc, cvs, svn, ...
-# export EDITOR=vim
+export EDITOR=vim
 
 # XXX vim and gnome-terminal have support for 256 colours in fedora 8 at least
 # Note debian/ubuntu users should install the ncurses-term package to support this
@@ -145,6 +145,7 @@
 set -o emacs
 
 bind '"\e/": dabbrev-expand'
+bind '"\ee": edit-and-execute-command'
 
 ################################################################
 # Completion.