Sfoglia il codice sorgente

add forward search for grml

Josh Bicking 8 anni fa
parent
commit
d258341de8
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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