Parcourir la source

add forward search for grml

Josh Bicking il y a 7 ans
Parent
commit
d258341de8
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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