mirror of
https://github.com/artizirk/dotfiles.git
synced 2025-12-19 00:05:17 +02:00
Add tmux config
This commit is contained in:
10
.config/tmux/tmux.conf
Normal file
10
.config/tmux/tmux.conf
Normal 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user