diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-18 22:10:56 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-18 22:30:48 -0700 |
commit | b2d8effeff3fbf4541e69a5baafe97516eee86d3 (patch) | |
tree | 5e90dc6db9579e089aba0e2057a3afc31699ff6d | |
parent | [bash] update $EDITOR. (diff) | |
download | emacs.d-b2d8effeff3fbf4541e69a5baafe97516eee86d3.tar.gz |
[tmux] drop a few things.
Diffstat (limited to '')
-rw-r--r-- | tmux.conf | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/tmux.conf b/tmux.conf index 83f6bc4..f3bc368 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,17 +1,10 @@ -set -g prefix ^z +set -g prefix C-z unbind C-b -set -g default-terminal "screen-256color" + set -g mouse-select-pane on -set -g history-limit 4096 -set -g status on -set -g set-titles on -set -g renumber-windows on -setw -g utf8 on +set -g status off setw -g aggressive-resize on -set -g escape-time 50 - -bind f send-prefix bind ^F choose-window bind ^N new-window bind ^D detach-client @@ -19,13 +12,4 @@ bind ^[ copy-mode bind | split-window -h bind - split-window -v -new-session -s work -new-session -s main -new-session -s misc - set -gw mode-keys emacs - -set -g status-right '#h' - -set -g status-bg white -set -g status-fg black |