Explorar o código

add forward search for grml

Josh Bicking %!s(int64=8) %!d(string=hai) anos
pai
achega
d258341de8
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      zshrc

+ 5 - 1
zshrc

@@ -62,9 +62,13 @@ alias ts='date +%y-%m-%d'
 # default to terminal emacs
 alias emacs='emacs -nw'
 
-# enable syntax highlighting in grml
+# grml
 if [ ! $ZSH_CUSTOM ]
 then
+    # enable syntax highlighting
     source .zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+
+    # enable C-s for forward search
+    stty -ixon
 fi