7706ab724f
when lsof cannot be found in PATH, search in /usr/local/bin, /usr/bin, /bin, /usr/sbin and /sbin
Gregory Pakosz2023-04-01 17:28:47 +02:00
55d47e9c15
added support for connecting to the same host when creating a new window from a pane running an SSH session, resolves#632Gregory Pakosz2023-04-01 09:55:28 +02:00
79430acd85
added (back) window bell and window zoomed flags, resolves#628Gregory Pakosz2023-03-31 20:38:04 +02:00
a989554fbc
added 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 Pakosz2023-03-06 14:40:45 +01:00
96b36d4bbe
added 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 Pakosz2023-03-06 09:14:34 +01:00
9941420c6d
added a way to mark set/bind/unbind commands as important in ~/.tmux.conf.local (2)
Gregory Pakosz2023-03-05 17:26:21 +01:00
f930dbe12a
updated _maximize_pane() that stopped working with tmux 3.2 (2)
Gregory Pakosz2023-03-05 17:26:21 +01:00
f27641c846
turn off history substitution in case it's been enabled (3)
Gregory Pakosz2023-03-05 17:26:21 +01:00
b17d57f325
added 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 Pakosz2023-03-05 17:26:21 +01:00
c5f598ea86
added tmux_conf_theme that controls whether theming is enabled or disabled (2), fixes#629Gregory Pakosz2023-03-05 17:26:21 +01:00
537b276d74
make sure to use /usr/bin/infocmp to probe if tmux-256color is available system wide (5), fixes#626Gregory Pakosz2023-02-22 10:41:30 +01:00
12f96dac7c
make sure to use /usr/bin/infocmp to probe if tmux-256color is available system wide (4), fixes#619Gregory Pakosz2023-01-24 08:05:50 +01:00
de1031a7d4
make sure to use /usr/bin/infocmp to probe if tmux-256color is available system wide (3), fixes#618Gregory Pakosz2023-01-23 16:11:34 +01:00
044d6336e8
make sure to use /usr/bin/infocmp to probe if tmux-256color is available system wide (2), fixes#617Gregory Pakosz2023-01-21 21:57:51 +01:00
2cf4d9a104
make sure to use /usr/bin/infocmp to probe if tmux-256color is available system wide
Gregory Pakosz2023-01-09 10:35:32 +01:00
72f09fae75
added tmux_conf_theme that controles whether theming is enabled or disabled, resolves#536Gregory Pakosz2023-01-01 21:25:47 +01:00
aea75c7ea4
use %if ... %endif conditionals to enhance tmux_conf_theme_pane_active_border for tmux >= 3.2, resolves#490Gregory Pakosz2022-12-28 22:19:57 +01:00
cca37fb84e
split _battery() into _battery_status() and _battery_bar() to refresh #{battery_status} more quickly (2)
Gregory Pakosz2022-12-28 21:43:00 +01:00
562f9c128e
fixed <prefix>+e not working when EDITOR is set to 'emacsclient -t' and the default shell is zsh (2), fixes#593Luis DavimandGregory Pakosz2022-08-19 23:37:12 +01:00
5fa30deb20
fixed <prefix>+e not working when EDITOR is set to 'emacsclient -t' and the default shell is zsh, fixes#591Gregory Pakosz2022-08-18 17:15:12 +02:00
b620a4f0fb
turn off history substitution in case it's been enabled (2), fixes#583Gregory Pakosz2022-08-01 17:14:21 +02:00
68a909d4ca
turn off history substitution in case it's been enabled, closes#582Gregory Pakosz2022-08-01 01:24:33 +02:00
18a111ff93
added a way to mark set/bind/unbind commands as important in ~/.tmux.conf.local, closes#571Gregory Pakosz2022-07-14 17:29:15 +02:00
1ef9b68d80
improved _pane_info() accuracy by excluding ssh proxy connections, tee, and only considering the first child of a process
Gregory Pakosz2021-10-20 22:37:03 +02:00
69f744117a
updated tpm integration to display a message when one or more plugin(s) fails to run, closes#533Gregory Pakosz2021-11-11 18:56:11 +01:00
24f1222307
made background sleep process exit immediately when exiting tmux (2)
Gregory Pakosz2021-11-09 19:34:03 +01:00
c4220639ff
worked around Falcon.app agent slowing everything down (3)
Gregory Pakosz2021-11-09 18:40:44 +01:00
2751c215a1
do not unset @tpm-install, @tpm-update, @tpm-clean and @plugin variables after tpm has launched, fixes#531Gregory Pakosz2021-11-08 19:34:28 +01:00