From: Armaan Bhojwani Date: Sat, 19 Jun 2021 00:26:31 +0000 (-0400) Subject: tmux: set window title to current command X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=6ab52ed879eff8574c9426d84e3ab5dc53bfd705 tmux: set window title to current command --- diff --git a/config.org b/config.org index fc47ba8..c24dd6f 100644 --- a/config.org +++ b/config.org @@ -1229,7 +1229,12 @@ I use tmux in order to keep my st build light. Still learning how it works. #+begin_src conf :tangle ~/.tmux.conf set -g status off set -g mouse on + set-option -g history-limit 50000 + + set -g set-titles on + set -g set-titles-string "#W" + set-window-option -g mode-keys vi bind-key -T copy-mode-vi 'v' send -X begin-selection bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'