diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-04-23 11:57:19 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-04-23 11:57:19 +0100 |
commit | 95deba528aa18af3748248cfcc666b0fe0ba6095 (patch) | |
tree | a47d44e8bbf1d0e0c8ab1d1da071af090bc623a9 /tmux.conf | |
parent | 89bbaab24c6ddf08c1fb7b68a0e3b866bab6a9de (diff) |
Added new aliases (for mail and git)
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 \ |