dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 6ba21960d80d1d42a20aac2f94eb51581689de37
parent d090b2fd548cf79cd3b1a7b42b1181ba864a11ec
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Thu, 30 Apr 2026 13:59:57 -0300

tmux: split hardmode config

Diffstat:
A.config/tmux/hardmode.conf | 17+++++++++++++++++
M.config/tmux/tmux.conf | 18------------------
2 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/.config/tmux/hardmode.conf b/.config/tmux/hardmode.conf @@ -0,0 +1,17 @@ +set-option -g window-status-format '#W#{?window_flags,#{window_flags}, }' +set-option -g window-status-current-format '#W#{?window_flags,#{window_flags}, }' +unbind-key 0 +unbind-key 1 +unbind-key 2 +unbind-key 3 +unbind-key 4 +unbind-key 5 +unbind-key 6 +unbind-key 7 +unbind-key 8 +unbind-key 9 + +unbind-key p +unbind-key n + +unbind-key o diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf @@ -2,21 +2,3 @@ set-option -g history-limit 10000 set-option -g status-right "" bind-key -T prefix S choose-tree -ZGs - -set-option -g window-status-format '#W#{?window_flags,#{window_flags}, }' -set-option -g window-status-current-format '#W#{?window_flags,#{window_flags}, }' -unbind-key 0 -unbind-key 1 -unbind-key 2 -unbind-key 3 -unbind-key 4 -unbind-key 5 -unbind-key 6 -unbind-key 7 -unbind-key 8 -unbind-key 9 - -unbind-key p -unbind-key n - -unbind-key o