Browse code

Alt+h does "cd .."

Nicolas Viennot authored on 24/04/2012 at 09:24:00
Showing 1 changed files
... ...
@@ -2,6 +2,7 @@
2 2
 
3 3
 bindkey -e
4 4
 bindkey '\ew' kill-region
5
+bindkey -s '\eh' "cd ..\n"
5 6
 bindkey -s '\el' "ls\n"
6 7
 bindkey -s '\ej' "pushd -1\n"
7 8
 bindkey -s '\ek' "pushd +1\n"