1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-07-06 06:10:12 +03:00
dotfiles/.config/tmux/tmux.conf
2021-05-18 15:15:27 +03:00

11 lines
171 B
Plaintext

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