chore(tmux): configure tms bindings

This commit is contained in:
João Paulo Dubas 2024-09-29 12:24:38 +00:00
parent 33ca5dfe01
commit 947bb98d3d
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:3M3n7tHeZMwM8NoM+MTvQ4zohO8MFFiyZVTZvmSEZb4

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