Browse Source

Add tmux config

master
Arti Zirk 3 years ago
parent
commit
08bdc74eb8
  1. 10
      .config/tmux/tmux.conf

10
.config/tmux/tmux.conf

@ -0,0 +1,10 @@
set -g base-index 1
set -g mouse on
set -g set-titles on
set -g set-titles-string "#T"
# More friendly split pane
bind-key h split-window -h
bind-key v split-window -v
Loading…
Cancel
Save