diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..bb66436 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,10 @@ +# remap prefix from 'C-b' to 'C-a' +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix + +# split panes using | and - +bind H split-window -h +bind V split-window -v +unbind '"' +unbind % |
