summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-06-03 16:26:08 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-06-03 16:26:08 +0100
commit7b82664776fd2b211da212c4eb64a9123aeea12f (patch)
tree926ccd7a0bd7c60eec98fce9ec3b796bf8689590 /zshrc
parenta11c6b48ee8e4e6c6f3711d387a8a8f25424551a (diff)
shell-escape by default for latexmk + alias for tmuxline
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 190dcbf..d3a7b59 100644
--- a/zshrc
+++ b/zshrc
@@ -81,6 +81,10 @@ alias ex="$EDITOR ~/.xmodmap"
alias ez="$EDITOR ~/.zshrc"
alias eza="$EDITOR ~/.zathurarc"
+# Tmux
+alias son="tmux set -g status on"
+alias soff="tmux set -g status off"
+
# Fix smart search history
bindkey -a 'k' history-beginning-search-backward
bindkey -a 'j' history-beginning-search-forward