1
Fork 0

Tmux title settings and blacklisted geogebra for firenvim

This commit is contained in:
Matei Adriel 2023-03-20 08:42:43 +01:00
parent 2b8c7a00a9
commit 87689902c8
No known key found for this signature in database
5 changed files with 14 additions and 7 deletions
home/adrielus/features/cli/tmux

View file

@ -60,3 +60,7 @@ bind-key -T copy-mode-vi 'C-k' select-pane -U
bind-key -T copy-mode-vi 'C-l' select-pane -R
bind-key -T copy-mode-vi 'C-\' select-pane -l
# }}}
# {{{ Get titles to work
set-option -g set-titles on
set-option -g set-titles-string "#T"
# }}}