diff options
Diffstat (limited to 'users/riking/dotfiles/tmux.conf')
-rw-r--r-- | users/riking/dotfiles/tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/riking/dotfiles/tmux.conf b/users/riking/dotfiles/tmux.conf new file mode 100644 index 000000000000..1f253cb27f0c --- /dev/null +++ b/users/riking/dotfiles/tmux.conf @@ -0,0 +1,6 @@ + +set -g mouse on +set-option -g prefix C-a +bind-key C-a send-prefix +bind | split-window -h +bind - split-window -v |