diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-05-10 15:15:43 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-05-10 15:15:43 -0700 |
commit | 32dd2cf461c94f3ae507877967fbdd5f02d246fb (patch) | |
tree | 7ddb1fb0bc000ea4a8bdb8024fa79c3adb092905 | |
parent | [emacs] org mode templates (diff) | |
download | emacs.d-32dd2cf461c94f3ae507877967fbdd5f02d246fb.tar.gz |
[tmux] drop
Diffstat (limited to '')
-rw-r--r-- | tmux.conf | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tmux.conf b/tmux.conf deleted file mode 100644 index 3c1a0ce..0000000 --- a/tmux.conf +++ /dev/null @@ -1,17 +0,0 @@ -set-option -g prefix C-z -bind-key a send-prefix - -set-option -g base-index 1 -set-option -g renumber-windows on -set-option -g set-titles on -set-option -g set-titles-string '@#h' - -set -g history-limit 20000 - -set -g set-titles on -set -g set-titles-string "#T" - -set-option -g default-terminal "xterm-256color" -set-option -g xterm-keys on - -set-option -g mouse on |