diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-08-06 15:41:46 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-08-08 11:34:28 +0200 |
| commit | 6b02d58dd814540a1bef1fa58b2a1a02936e6717 (patch) | |
| tree | 1ba1b7be049e5d1e98708719ee866201b1aedffb /.tmux.conf | |
| parent | 0b92f0fe457fb541642192a02c117474e9771578 (diff) | |
| parent | 9976cc7a232927cc4ad7c83e546fbe53820bf859 (diff) | |
| download | dotfiles-6b02d58dd814540a1bef1fa58b2a1a02936e6717.tar.gz dotfiles-6b02d58dd814540a1bef1fa58b2a1a02936e6717.tar.bz2 dotfiles-6b02d58dd814540a1bef1fa58b2a1a02936e6717.zip | |
Merge branch 'master' into carbon
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..fc2fcb2 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,13 @@ +unbind C-b +set -g prefix C-f +bind C-f send-prefix + +set -g default-terminal "screen.xterm-256color" +set -g mouse on +setw -g mode-keys vi + +unbind l +bind k select-pane -U +bind j select-pane -D +bind l select-pane -R +bind h select-pane -L |
