From 95deba528aa18af3748248cfcc666b0fe0ba6095 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 23 Apr 2015 11:57:19 +0100 Subject: Added new aliases (for mail and git) --- tmux.conf | 4 +--- zshrc | 5 +++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tmux.conf b/tmux.conf index 0d3acd9..cf28b29 100644 --- a/tmux.conf +++ b/tmux.conf @@ -7,9 +7,7 @@ unbind C-b set -g prefix C-Space bind Space send-prefix -set-window-option -g mode-keys vi -bind-key -t vi-copy 'v' begin-selection -bind-key -t vi-copy 'y' copy-selection +set -s escape-time 0 set -g @tpm_plugins ' \ tmux-plugins/tpm \ diff --git a/zshrc b/zshrc index a9ac4b4..08eeafc 100644 --- a/zshrc +++ b/zshrc @@ -61,7 +61,7 @@ alias m='mutt' alias a='vifm' alias mn='vim ~/.mynotes' alias x='sh ~/.xmodmap' -alias mail='offlineimap' +alias mail='offlineimap -u quiet &' alias ca='printf "\ec"' alias update='sudo apt-get update' alias upgrade='sudo apt-get upgrade' @@ -70,7 +70,8 @@ alias remove='sudo apt-get autoremove' alias purge='sudo apt-get purge' alias push='git push origin master' alias pull='git pull origin master' -alias commit='git commit -a -m "auto-commit"' +alias commit='git commit -a -m' +alias gco='git checkout' # Configuration alias ez='vim ~/.zshrc' -- cgit v1.2.3