Ver código fonte

add forward search for grml

Josh Bicking 7 anos atrás
pai
commit
d258341de8
1 arquivos alterados com 5 adições e 1 exclusões
  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