6e22cc2965updated _pane_info() to stop walking down the process tree at the first ssh command found, fixes#748
Gregory Pakosz
2024-10-13 19:23:57 +0200
5fcc377128updated README.me to reference @bphogan's tmux3 book
Gregory Pakosz
2024-10-16 10:30:53 +0200
e8ef9a6f72added the #{pretty_pane_current_path} variable
Gregory Pakosz
2024-10-12 10:41:28 +0200
56e2c8d133worked around tmux 3.5 not running run-shell commands with /bin/sh anymore (2), fixes#479
Gregory Pakosz
2024-10-12 08:43:42 +0200
9c3dc9a77eremoved hard requirement on Perl's MTime::HiRes module which was only required for timestamping TPM logs, resolves#760
Gregory Pakosz
2024-10-11 18:31:20 +0200
e13852928fworked around termux's readlink returning /apex/com.android.runtime/bin/linker64 when reading /proc/<pid>/exe (2)
Gregory Pakosz
2024-10-11 18:31:20 +0200
bd171fabc3worked around termux's readlink returning /apex/com.android.runtime/bin/linker64 when reading /proc/<pid>/exe, resolves#765
Gregory Pakosz
2024-10-07 16:51:32 +0200
2c9ef1c51bworked around tmux 3.5 not running run-shell commands with /bin/sh anymore, fixes#761
Gregory Pakosz
2024-09-30 10:29:21 +0200
2b8d83f806Enhanced key bindings in .tmux.conf for improved navigation and clipboard management, enabling paste functionality in non-tmux terminals and text editors
Hanzala
2024-07-14 10:05:31 -0700
03c9f40e6badded safety nets to TMUX_PROGRAM introspection in case readlink or lsof return broken values, resolves#737
Gregory Pakosz
2024-05-01 10:21:21 +0200
cb13ee2cdduse #[inherit] when replacing #{paring}, #{prefix}, #{mouse} and #{synchronized} variables, like for #{root}
Gregory Pakosz
2024-04-01 10:04:01 +0200
48d4cec23emade _pane_info() aware of the 'sss_ssh_knownhostsproxy' proxy command, fixes#718
Gregory Pakosz
2024-02-07 10:32:18 +0100
34fe183aa3do not use sysctl -q as Nix may deploy of a version of sysctl that doesn't support this option, fixes#716
Gregory Pakosz
2024-02-05 17:50:45 +0100
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