1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2026-05-12 14:35:03 +03:00

Add tmux config

This commit is contained in:
2021-05-18 15:15:27 +03:00
parent 118293cd78
commit 08bdc74eb8
+10
View File
@@ -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