Add tmux-sessionizer to manage git sessions #78

Merged
joao.dubas merged 4 commits from jpd-tmux-sessionizer into main 2024-09-29 12:34:51 +00:00
Showing only changes of commit 947bb98d3d - Show all commits

View File

@ -55,6 +55,11 @@ bind r source-file ~/.config/tmux/tmux.conf\; display "Reloaded conf."
set -g default-terminal "tmux-256color"
set -sg terminal-overrides ",*:RGB"
# tms shortcuts
bind C-o display-popup -E "tms"
bind C-j display-popup -E "tms switch"
bind C-w display-popup -E "tms windows"
# buffer size
set -g history-limit 50000