Commit Graph

  • ce95f991e4
    Merge a0fb08e90a into fd1bbb5614 #648 naturedamends 2023-05-08 18:17:41 +0100
  • a0fb08e90a
    Update README.md #648 naturedamends 2023-05-08 18:16:30 +0100
  • 16d5b89eb5
    Merge f5b086c89c into fd1bbb5614 #291 Adrian Calinescu 2023-04-17 02:57:44 +0200
  • fd1bbb5614 fixed TMUX_PROGRAM introspection on FreeBSD, fixes #639 master Gregory Pakosz 2023-04-12 22:02:16 +0200
  • 688da99967 add ressurrect + small changes #638 João Codagnoni 2023-04-11 18:52:30 +0200
  • 8a2ba66935 dracula colorscheme João Codagnoni 2022-08-11 19:36:56 +0200
  • 2a6145d74f we don't rely on TPM to scan configuration files anymore... #635 sylph1o 2023-04-05 16:40:56 +0200
  • 7706ab724f when 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
  • 55d47e9c15 added 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
  • 79430acd85 added (back) window bell and window zoomed flags, resolves #628 Gregory Pakosz 2023-03-31 20:38:04 +0200
  • 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 Pakosz 2023-03-06 14:40:45 +0100
  • 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 Pakosz 2023-03-06 09:14:34 +0100
  • 9941420c6d added a way to mark set/bind/unbind commands as important in ~/.tmux.conf.local (2) Gregory Pakosz 2023-03-05 17:26:21 +0100
  • 5f54ee9852 implemented poor man's pkill (2) Gregory Pakosz 2023-03-05 17:26:21 +0100
  • 0f6b28e1e9 fixed SC2268 violation Gregory Pakosz 2023-03-05 17:26:21 +0100
  • 1f5a064820 updated _username() in when the ssh client doesn't support %r in ProxyCommand (2) Gregory Pakosz 2023-03-05 17:26:21 +0100
  • 3994ce38d8 fixed shellcheck SC2059 violation Gregory Pakosz 2023-03-05 17:26:21 +0100
  • adf2e0caec fixed shellcheck SC2015 violation Gregory Pakosz 2023-03-05 17:26:21 +0100
  • 28d6670bb9 reworked pane / tty introspection (3) Gregory Pakosz 2023-03-05 17:26:21 +0100
  • f930dbe12a updated _maximize_pane() that stopped working with tmux 3.2 (2) Gregory Pakosz 2023-03-05 17:26:21 +0100
  • f27641c846 turn off history substitution in case it's been enabled (3) Gregory Pakosz 2023-03-05 17:26:21 +0100
  • 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 Pakosz 2023-03-05 17:26:21 +0100
  • c5f598ea86 added tmux_conf_theme that controls whether theming is enabled or disabled (2), fixes #629 Gregory Pakosz 2023-03-05 17:26:21 +0100
  • 1c5eb45315
    Merge 6808722fd3 into c6f760723c #503 Mohammad Alyetama 2023-03-04 11:45:12 +0200
  • 90d8f71871
    Merge 7d59ae39e8 into c6f760723c #445 Jari 2023-03-04 11:45:10 +0200
  • c368dd6d63
    Merge 3f37a09cbb into c6f760723c #405 parkerault 2023-03-04 11:45:07 +0200
  • c6f760723c added tmux_conf_theme that controls whether theming is enabled or disabled (2), fixes #629 Gregory Pakosz 2023-03-02 19:47:33 +0100
  • f242584ba3 updated _ssh_or_mosh_args() (2), fixes #627 Gregory Pakosz 2023-02-22 23:28:53 +0100
  • 537b276d74 make sure to use /usr/bin/infocmp to probe if tmux-256color is available system wide (5), fixes #626 Gregory Pakosz 2023-02-22 10:41:30 +0100
  • 68002ff5c5
    fix wrong comment #623 Lantis Iranyusling 2023-02-01 22:06:36 +0800
  • 12f96dac7c make 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
  • de1031a7d4 make 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
  • 044d6336e8 make 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
  • 2cf4d9a104 make sure to use /usr/bin/infocmp to probe if tmux-256color is available system wide Gregory Pakosz 2023-01-09 10:35:32 +0100
  • 72f09fae75 added tmux_conf_theme that controles whether theming is enabled or disabled, resolves #536 Gregory Pakosz 2023-01-01 21:25:47 +0100
  • aea75c7ea4 use %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
  • cca37fb84e split _battery() into _battery_status() and _battery_bar() to refresh #{battery_status} more quickly (2) Gregory Pakosz 2022-12-28 21:43:00 +0100
  • 5c41188a31 removed support for tmux < 2.4 Gregory Pakosz 2022-12-26 22:40:08 +0100
  • 5641d3b3f5 fixed custom variables detection, fixes #613 Gregory Pakosz 2022-11-04 21:38:41 -0700
  • 801457d469 change setup permission #636 Chanwut (Mick) Kittivorawong 2022-11-03 17:22:03 -0700
  • 944e3603eb
    Update setup.sh Chanwut (Mick) Kittivorawong 2022-11-03 17:20:47 -0700
  • f39da3cb81
    Update setup.sh Chanwut (Mick) Kittivorawong 2022-11-03 17:18:23 -0700
  • 67a748ad25
    Update setup.sh Chanwut (Mick) Kittivorawong 2022-11-03 17:17:57 -0700
  • 7071a387cb
    Update setup.sh Chanwut (Mick) Kittivorawong 2022-11-03 17:14:37 -0700
  • 42b6ae1ba6 setup script Chanwut (Mick) Kittivorawong 2022-11-03 17:09:38 -0700
  • 634c2bc9c8 enable mouse scroll Chanwut (Mick) Kittivorawong 2022-11-03 17:03:40 -0700
  • aa89e3320b
    Update README.md Chanwut (Mick) Kittivorawong 2022-11-03 16:59:04 -0700
  • fa601ed607 bind p to paste-buffer -p to match tmux defaults, closes #610 Gregory Pakosz 2022-10-26 09:16:40 +0200
  • ccbfdf2091 added support for wl-clipboard, closes #589, closes #606 sarumont 2022-08-08 14:08:36 -0600
  • d6791c19e2
    Update .tmux.conf #598 JackLee404 2022-08-22 09:40:56 +0800
  • 7c8baf4d87
    Merge 6c930fd32d into 562f9c128e #597 JackLee404 2022-08-22 09:32:11 +0800
  • 6c930fd32d
    Update .tmux.conf #597 #596 JackLee404 2022-08-20 20:17:53 +0800
  • 562f9c128e fixed <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
  • ca70c0b788
    fix: remove mvim and gvim substitutions #594 Luis Davim 2022-08-19 23:37:12 +0100
  • 5fa30deb20 fixed <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
  • 82b311f8b6
    feat: add support for copying to Wayland clipboard #589 sarumont 2022-08-08 14:08:36 -0600
  • b620a4f0fb turn off history substitution in case it's been enabled (2), fixes #583 Gregory Pakosz 2022-08-01 17:14:21 +0200
  • 68a909d4ca turn off history substitution in case it's been enabled, closes #582 Gregory Pakosz 2022-08-01 01:24:33 +0200
  • fa4de2f7bf
    Merge 1d73701c58 into 18a111ff93 #526 Justin Coffman 2022-07-22 00:15:52 +0300
  • 18a111ff93 added a way to mark set/bind/unbind commands as important in ~/.tmux.conf.local, closes #571 Gregory Pakosz 2022-07-14 17:29:15 +0200
  • 52f1c4a3b1 updated the weather() sample function, closes #580 Gregory Pakosz 2022-07-16 20:33:13 +0200
  • e865a8a1c1 added a way to selectively disable binding manipulation, closes #514 Gregory Pakosz 2022-07-14 16:26:48 +0200
  • b69ae7c1a4 reworked pane / tty introspection (5), fixes #573 Gregory Pakosz 2022-06-19 19:10:30 +0200
  • f1cc46812b added RGB 24-bit colour support automatic detection Gregory Pakosz 2022-04-16 17:53:54 +0200
  • 6242e4974f pass #{pane_current_path} to _fpp() and then to split-window Alan Oliveira 2022-05-21 18:39:43 +0900
  • bf5482348b pass #{pane_current_path} to _fpp() and then to split-window #569 Alan Oliveira 2022-05-21 18:39:43 +0900
  • 8e8815a004
    Merge branch 'gpakosz:master' into master #551 Olaoluwa Mustapha 2022-01-24 12:33:21 +0100
  • cb1438d740 fix: Same keybindings for creating horizontal and vertical panes OlaoluwaM 2022-01-24 12:32:21 +0100
  • 9a2387c0c7 added support for arguments to custom variables defined in ~/.tmux.conf.local (2), fixes #547 Gregory Pakosz 2022-01-14 07:45:06 +0100
  • b3915221f8 added the '<prefix> + Shift + Tab' binding to move to the last session Gregory Pakosz 2022-01-11 18:21:48 +0100
  • 05d73a54ed made tpm integration and patching more robust, fixes #540 Gregory Pakosz 2021-12-12 11:15:19 +0100
  • 96d085eaa7 made _apply_bindings() work with tmux 3.4 stock bindings, fixes #541 Gregory Pakosz 2021-12-09 22:37:22 +0100
  • 985d64c82e Revert "use send-keys -R to clear terminal and remove the sleep call", fixes #538 Gregory Pakosz 2021-11-30 07:27:23 +0100
  • a453b7fe60 use send-keys -R to clear terminal and remove the sleep call Gregory Pakosz 2021-11-29 22:24:48 +0100
  • 0fe760fa6d reworked pane / tty introspection (4), fixes #535 Gregory Pakosz 2021-11-19 12:06:17 +0100
  • 618fd66b6f Merge branch 'gh-208', fixes #208 Gregory Pakosz 2021-11-17 13:00:03 +0100
  • d471ccc068 updated _username() in when the ssh client doesn't support %r in ProxyCommand Gregory Pakosz 2021-11-10 19:37:03 +0100
  • c6bab99f05 updated _ssh_or_mosh_args() Gregory Pakosz 2021-11-02 14:21:55 +0100
  • 1ef9b68d80 improved _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
  • 69f744117a updated 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
  • d3d9aef45c Merge branch 'gh-532', fixes #532 Gregory Pakosz 2021-11-09 20:18:59 +0100
  • 24f1222307 made background sleep process exit immediately when exiting tmux (2) Gregory Pakosz 2021-11-09 19:34:03 +0100
  • c4220639ff worked around Falcon.app agent slowing everything down (3) Gregory Pakosz 2021-11-09 18:40:44 +0100
  • 2751c215a1 do 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
  • ee1547cb6c reworked pane / tty introspection (3) Gregory Pakosz 2021-11-09 19:03:08 +0100
  • 0ad7f141dc added word boundaries when replacing uptime_xxx variables (2) Gregory Pakosz 2021-10-31 20:55:41 +0100
  • 0da7d5c3db reworked pane / tty introspection (2) Gregory Pakosz 2021-10-31 18:15:18 +0100
  • 1cd8ed93d3 added support for arguments to custom variables defined in ~/.tmux.conf.local Gregory Pakosz 2021-09-15 23:01:32 +0200
  • 14bd87c7b2 added word boundaries when replacing uptime_xxx variables Gregory Pakosz 2021-09-15 23:05:01 +0200
  • c16b7b73ee Merge from forked repo #528 Haneol Kim 2021-10-28 16:44:56 +0900
  • 90cdbbc32f check connectivity to github.com before installing and/or updating tpm and plugins (2) Gregory Pakosz 2021-10-22 15:32:19 +0200
  • e8032e3ffb set default-terminal to tmux-256color when available, fixes #205, fixes #382, closes #386 Gregory Pakosz 2021-10-19 22:11:18 +0200
  • a71d0d9f8d made background sleep process exit immediately when exiting tmux, fixes #509 Gregory Pakosz 2021-08-28 23:15:03 +0200
  • 1d73701c58
    Update README with git clone depth limitation #526 Justin Coffman 2021-10-18 09:02:23 -0400
  • 18775e12a4 reworked pane / tty introspection, fixes #403, fixes #458 Gregory Pakosz 2021-10-11 20:36:38 +0200
  • 0c6d5d1c64 reworked pane / tty introspection gh-403 Gregory Pakosz 2021-10-11 20:36:38 +0200
  • a976b17bed worked around Falcon.app agent slowing everything down (2), fixes #522 Gregory Pakosz 2021-10-06 16:17:36 +0200
  • f8a5a08868 worked around Falcon.app agent slowing everything down, fixes #492 Gregory Pakosz 2021-10-03 09:43:18 +0200
  • df46ab2ba9 fixed tpm plugins not installing on CentOS 7, fixes #520 Gregory Pakosz 2021-10-02 23:49:58 +0200
  • a97e3021cc updated tpm integration Gregory Pakosz 2021-09-04 18:00:02 +0200