diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-06-03 16:26:08 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-06-03 16:26:08 +0100 |
commit | 7b82664776fd2b211da212c4eb64a9123aeea12f (patch) | |
tree | 926ccd7a0bd7c60eec98fce9ec3b796bf8689590 /zshrc | |
parent | a11c6b48ee8e4e6c6f3711d387a8a8f25424551a (diff) |
shell-escape by default for latexmk + alias for tmuxline
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |