688da99967add ressurrect + small changes
João Codagnoni
2023-04-11 18:52:30 +0200
8a2ba66935dracula colorscheme
João Codagnoni
2022-08-11 19:36:56 +0200
2a6145d74fwe don't rely on TPM to scan configuration files anymore...
sylph1o
2023-04-05 16:40:56 +0200
7706ab724fwhen lsof cannot be found in PATH, search in /usr/local/bin, /usr/bin, /bin, /usr/sbin and /sbin
Gregory Pakosz
2023-04-01 17:28:47 +0200
55d47e9c15added support for connecting to the same host when creating a new window from a pane running an SSH session, resolves#632
Gregory Pakosz
2023-04-01 09:55:28 +0200
79430acd85added (back) window bell and window zoomed flags, resolves#628
Gregory Pakosz
2023-03-31 20:38:04 +0200
a989554fbcadded support for configuration files in the following locations: (3), fixes#631 - ~/.tmux.conf and ~/.tmux.conf.local - $XDG_CONFIG_HOME/tmux/tmux.conf and $XDG_CONFIG_HOME/tmux/tmux.conf.local - ~/.config/tmux/tmux.conf and ~/.config/tmux/tmux.conf.local
Gregory Pakosz
2023-03-06 14:40:45 +0100
96b36d4bbeadded support for configuration files in the following locations: (2), fixes#630 - ~/.tmux.conf and ~/.tmux.conf.local - $XDG_CONFIG_HOME/tmux/tmux.conf and $XDG_CONFIG_HOME/tmux/tmux.conf.local - ~/.config/tmux/tmux.conf and ~/.config/tmux/tmux.conf.local
Gregory Pakosz
2023-03-06 09:14:34 +0100
9941420c6dadded a way to mark set/bind/unbind commands as important in ~/.tmux.conf.local (2)
Gregory Pakosz
2023-03-05 17:26:21 +0100
f930dbe12aupdated _maximize_pane() that stopped working with tmux 3.2 (2)
Gregory Pakosz
2023-03-05 17:26:21 +0100
f27641c846turn off history substitution in case it's been enabled (3)
Gregory Pakosz
2023-03-05 17:26:21 +0100
b17d57f325added support for configuration files in the following locations: - ~/.tmux.conf and ~/.tmux.conf.local - $XDG_CONFIG_HOME/tmux/tmux.conf and $XDG_CONFIG_HOME/tmux/tmux.conf.local - ~/.config/tmux/tmux.conf and ~/.config/tmux/tmux.conf.local
Gregory Pakosz
2023-03-05 17:26:21 +0100
c5f598ea86added tmux_conf_theme that controls whether theming is enabled or disabled (2), fixes#629
Gregory Pakosz
2023-03-05 17:26:21 +0100
12f96dac7cmake sure to use /usr/bin/infocmp to probe if tmux-256color is available system wide (4), fixes#619
Gregory Pakosz
2023-01-24 08:05:50 +0100
de1031a7d4make sure to use /usr/bin/infocmp to probe if tmux-256color is available system wide (3), fixes#618
Gregory Pakosz
2023-01-23 16:11:34 +0100
044d6336e8make sure to use /usr/bin/infocmp to probe if tmux-256color is available system wide (2), fixes#617
Gregory Pakosz
2023-01-21 21:57:51 +0100
2cf4d9a104make sure to use /usr/bin/infocmp to probe if tmux-256color is available system wide
Gregory Pakosz
2023-01-09 10:35:32 +0100
72f09fae75added tmux_conf_theme that controles whether theming is enabled or disabled, resolves#536
Gregory Pakosz
2023-01-01 21:25:47 +0100
aea75c7ea4use %if ... %endif conditionals to enhance tmux_conf_theme_pane_active_border for tmux >= 3.2, resolves#490
Gregory Pakosz
2022-12-28 22:19:57 +0100
cca37fb84esplit _battery() into _battery_status() and _battery_bar() to refresh #{battery_status} more quickly (2)
Gregory Pakosz
2022-12-28 21:43:00 +0100
5c41188a31removed support for tmux < 2.4
Gregory Pakosz
2022-12-26 22:40:08 +0100
562f9c128efixed <prefix>+e not working when EDITOR is set to 'emacsclient -t' and the default shell is zsh (2), fixes#593
Luis Davim
2022-08-19 23:37:12 +0100
fix: remove mvim and gvim substitutions
Luis Davim
2022-08-19 23:37:12 +0100
5fa30deb20fixed <prefix>+e not working when EDITOR is set to 'emacsclient -t' and the default shell is zsh, fixes#591
Gregory Pakosz
2022-08-18 17:15:12 +0200
1ef9b68d80improved _pane_info() accuracy by excluding ssh proxy connections, tee, and only considering the first child of a process
Gregory Pakosz
2021-10-20 22:37:03 +0200
69f744117aupdated tpm integration to display a message when one or more plugin(s) fails to run, closes#533
Gregory Pakosz
2021-11-11 18:56:11 +0100
24f1222307made background sleep process exit immediately when exiting tmux (2)
Gregory Pakosz
2021-11-09 19:34:03 +0100
c4220639ffworked around Falcon.app agent slowing everything down (3)
Gregory Pakosz
2021-11-09 18:40:44 +0100
2751c215a1do not unset @tpm-install, @tpm-update, @tpm-clean and @plugin variables after tpm has launched, fixes#531
Gregory Pakosz
2021-11-08 19:34:28 +0100