summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.conf4
-rw-r--r--zshrc5
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'