From 6ab52ed879eff8574c9426d84e3ab5dc53bfd705 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Fri, 18 Jun 2021 20:26:31 -0400 Subject: [PATCH] tmux: set window title to current command --- config.org | 5 +++++ 1 file changed, 5 insertions(+) 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' -- 2.39.2