1
0
Fork 0
mirror of synced 2025-01-07 05:52:14 -05:00

Commit graph

  • 7ebc59956a do not use repeatable bindings for pane and windows navigation. Fixes #166 Gregory Pakosz 2018-07-05 09:23:59 +0200
  • ac61dd04e0
    Merge pull request #172 from erenfro/erenfro/add-syncing-indicator Gregory Pakosz 2018-08-06 08:47:28 +0200
  • 105fb54755
    Added syncing indicator to tmux status line Eric Renfro 2018-07-20 12:01:35 -0400
  • a0bf0e7d23
    changed history limit to 60000 (from 8000) Ralph Azucena 2018-08-01 17:09:03 -0700
  • 312cbf0a08 Updated for kali root 2018-07-19 11:36:23 -0400
  • 8481ec351b do not take into account peripheral device batteries when computing battery charge, fixes #161 Gregory Pakosz 2018-05-27 17:51:26 +0200
  • b604ffeb7a remove debug code Stefanos Kalantzis 2018-05-23 11:23:16 +0200
  • 7e69583736 add editorconfig Stefanos Kalantzis 2018-05-23 10:44:18 +0200
  • 4f22b11224 remove cat from shell script invocations Stefanos Kalantzis 2018-05-23 10:41:53 +0200
  • 0d17ef3efc change backup method of install script Stefanos Kalantzis 2018-05-23 10:32:20 +0200
  • 1e968aa3bd + extract shell script out of tmux.conf + split tmux.local.conf to conf and properties + add install script Stefanos Kalantzis 2018-05-23 10:24:08 +0200
  • 1dc63062b2
    Removed bold and replaced with 'none' Ralph Azucena 2018-05-03 04:42:54 +0100
  • 88ccd80de8
    Enabled vi-mode and mouse mode to share clipboard Ralph Azucena 2018-05-03 04:40:23 +0100
  • faece14dbd improved 24b colours override Gregory Pakosz 2018-03-05 21:17:24 +0100
  • dd74d33bee fixed typo in README.md Gregory Pakosz 2018-02-04 21:44:59 +0100
  • 7f20c79d46 made heat battery palette more visible by removing darker shades. Fixes #138 Gregory Pakosz 2018-01-16 17:40:53 +0100
  • a44d91b470
    added customizations Ralph Azucena 2018-01-16 01:52:25 +0000
  • e1c968d020 removed trailing 'set -x' / 'set +x' debug code Gregory Pakosz 2017-12-19 08:01:27 +0100
  • 747ee43003 Merge 4e1d67ae61 into e76d0fc8d9 Stanley McMillan 2017-12-17 17:22:26 +0000
  • 4e1d67ae61 rename dot files to .symlink Stanley McMillan 2017-12-17 11:33:47 -0500
  • fa03bd5781 update split pane vertical to \ Stanley McMillan 2017-12-17 09:03:36 -0500
  • 08f442bd0a updated README.md with pane splitting commands. Fixes #124 Gregory Pakosz 2017-12-17 11:10:40 +0100
  • e76d0fc8d9 fixed README.md still mentioning 'vi-copy', 'vi-edit' and 'vi-choice' mode keys. Fixes #121 Gregory Pakosz 2017-11-29 21:41:39 +0100
  • e99fd90efd Merge 35e40de731 into 5907c00039 Wellington Mendoza 2017-11-24 21:40:40 +0000
  • 35e40de731 Update README file Wellington Mendoza 2017-11-24 16:14:52 -0500
  • 7f29761bd7 Append .tmux.conf.theme file to C-e shortcut Wellington Mendoza 2017-11-24 16:14:45 -0500
  • b1092bb66e Pull out theme configurations Wellington Mendoza 2017-11-24 15:46:32 -0500
  • 5907c00039 fixed stderr redirection bug in _maximize_pane(). Fixes #116 Gregory Pakosz 2017-11-18 12:40:43 +0100
  • 4cf765468a fixed bindings reinjection when tmux_conf_new_pane_reconnect_ssh=true. Fixes #115 Gregory Pakosz 2017-11-17 09:15:39 +0100
  • 89465385db replace 'export LC_ALL=C' with 'export LC_NUMERIC=C'. Fixes #108 and #110 Gregory Pakosz 2017-10-14 23:44:53 +0200
  • a071b001cf export LC_ALL=C to avoid decimal separator issues Gregory Pakosz 2017-09-25 23:17:25 +0200
  • 51cef6f32a added space to default tmux_conf_theme_pairing and tmux_conf_theme_prefix likely rendered as double width emojis Gregory Pakosz 2017-09-25 20:32:39 +0200
  • 2849c14e0c fixed maximize pane not supporting session names with spaces Gregory Pakosz 2017-09-25 20:28:58 +0200
  • 7cdc172e22 properly quote %% when prompting for session name Gregory Pakosz 2017-09-08 23:36:41 +0200
  • 9d5817bb01 dual licensed under both the WTFPLv2 and MIT licenses. Resolves #102 Gregory Pakosz 2017-08-20 00:23:20 +0200
  • 10a445b491 wait a bit more between sending C-l to the terminal and clearing tmux history Gregory Pakosz 2017-07-21 09:18:10 +0200
  • e7cbc84bed removed tmux <= 2.0 feature tests that cause orphan processes when using oh-my-zsh. Fixes #84 and #88 (2) Gregory Pakosz 2017-07-17 12:04:55 +0200
  • fe615a2444 show how to start with mouse mode enabled. Closes #97 Gregory Pakosz 2017-07-09 09:24:42 +0200
  • 03ec982a50 simplified _toggle_mouse() implementation Gregory Pakosz 2017-07-09 09:23:24 +0200
  • 07685c156d updated README.me referencing tmux2 book by @bphogan Gregory Pakosz 2017-07-09 10:48:26 +0200
  • ff55dd1dce Merge 697b01946c into 513e77b03b pigeon1990 2017-07-03 04:33:56 +0000
  • 697b01946c copy to OS clipboard support zsh shell pigeon1990 2017-07-03 12:29:15 +0800
  • 513e77b03b made bindings reinjection more robust. Closes #89 Gregory Pakosz 2017-06-23 20:16:08 +0200
  • 09fc3d5b48 fixed battery status information on macOS. Fixes #91 (2) Gregory Pakosz 2017-06-26 13:29:09 +0200
  • 0d80a1e8ba mentioned tmux_conf_copy_to_os_clipboard requires xsel or xclip on Linux Gregory Pakosz 2017-06-26 07:36:20 +0200
  • 98a896bc69 fixed tmux_conf_copy_to_os_clipboard on Linux when xclip is installed and not xsel Gregory Pakosz 2017-06-26 07:35:21 +0200
  • 27b262fda8 fixed battery status information on macOS. Fixes #91 Gregory Pakosz 2017-06-24 11:17:20 +0200
  • 6fc4ad76b7 removed tmux <= 2.0 feature tests that cause orphan processes when using oh-my-zsh. Fixes #84 and #88 (2) Gregory Pakosz 2017-06-22 21:36:46 +0200
  • 68f1509735 removed tmux <= 2.0 feature tests that cause orphan processes when using oh-my-zsh. Fixes #84 and #88 Gregory Pakosz 2017-06-21 13:41:43 +0200
  • 08072d0915 updated README.md reminding people Windows' console doesn't support Powerline look Gregory Pakosz 2017-06-18 13:42:37 +0200
  • 77845432ab fixed typo in README.md Gregory Pakosz 2017-06-12 12:25:12 +0200
  • a37c66b460 updated README.md advertizing the copy to OS clipboard feature Gregory Pakosz 2017-06-12 12:22:26 +0200
  • 1d1f2ea22b updated README.md advising against using Cygwin Gregory Pakosz 2017-06-04 17:38:58 +0200
  • 15f03e7ce6 fixed #{username} broken under Cygwin Gregory Pakosz 2017-06-04 04:03:54 -0700
  • 32c14a61c6 made battery and uptime work under MSYS2 / MINGW Gregory Pakosz 2017-06-03 21:50:55 +0200
  • 680783c91b added support for multiple batteries, resolves #73 Gregory Pakosz 2017-06-03 20:47:28 +0200
  • a631d03b29 use grep -E instead of egrep as per shellcheck SC2196 warning Gregory Pakosz 2017-05-26 15:49:35 +0200
  • cb4ded9fcb moved buffer bindings to a dedicated section Gregory Pakosz 2017-05-26 13:48:53 +0200
  • ba6fe0a985 added U+1F50C as a suggestion for tmux_conf_battery_status_charging Gregory Pakosz 2017-05-25 15:19:55 +0200
  • 7f48779a22 generalized options affecting bindings by parsing the output of tmux list-keys and reinjecting modified commands into tmux bind-key, closes #68 Gregory Pakosz 2017-05-25 15:15:45 +0200
  • 7b1fcf518a Merge 7f572daa35 into 264a577ba1 gponick 2017-06-16 00:39:38 +0000
  • 7f572daa35 Use powershell to scrape battery data from win32_battery api to support .tmux.conf battery in Windows Subsystem for Linux (BASH on Windows) George Ponick IV 2017-06-15 20:36:23 -0400
  • 29e628093d Merge a8e6def84a into 264a577ba1 Bryan 2017-05-23 08:57:27 +0000
  • 264a577ba1 added tmux_conf_copy_to_os_clipboard variable, closes #75 Gregory Pakosz 2017-05-17 22:23:23 +0200
  • 785ba173a3 worked around tmux 2.4 not properly refreshing status, see tmux/tmux#922 Gregory Pakosz 2017-05-12 14:37:52 +0200
  • 6b7d2e7513 show how to replace C-b by C-a instead of using both prefixes Gregory Pakosz 2017-05-10 14:53:29 +0200
  • 1fab817fdf Merge 7b457c315a into c937131a5e Umayr Shahid 2017-04-23 09:50:08 +0000
  • 59732a281e Merge f0daa4ed74 into c937131a5e Keegan 2017-04-23 09:49:47 +0000
  • c937131a5e updated README.md with troubleshooting instructions for Windows WSL Gregory Pakosz 2017-04-10 00:02:54 +0200
  • 305bff6226 fixed typo in README.md Gregory Pakosz 2017-04-08 22:32:00 +0200
  • cab561ad61 converted tabs to spaces. Closes #59 Gregory Pakosz 2017-03-22 08:31:32 +0100
  • b0c3b6a09f tmux 2.4 got rid of mode keys. Closes #42 Gregory Pakosz 2016-12-05 22:31:31 +0100
  • 4aada9c712 updated README.me with troubleshooting instructions. Closes #56 and #60 Gregory Pakosz 2017-03-14 14:33:03 +0100
  • 8e174fef28 stopped using U+26A1 and U+1F50B for battery charging status indicator by default Gregory Pakosz 2017-03-14 13:59:30 +0100
  • 355d2bdc75 explained the concept of prefix and command keys for newcomers. Closes #54 Gregory Pakosz 2017-03-13 21:19:14 +0100
  • 450ddf5eab Merge 175f865b10 into 95f88dee38 Di Wu 2017-03-22 06:49:23 +0000
  • 175f865b10 manually fix up indentations Di Wu 2017-03-21 23:49:18 -0700
  • 4b624195d3 tab to spaces Di Wu 2017-03-21 23:46:04 -0700
  • 72af7c9fd3 Merge de113bb5c5 into 95f88dee38 Mahmoud Zalt 2017-03-08 21:14:09 +0000
  • 3ef7fe67b5 fixed maximize pane not succeeding in maximizing the current pane Gregory Pakosz 2017-02-28 15:42:32 +0100
  • 5746e69af7 raised escape-time to 10 ms to unbreak tmux under WSL, fixes #52 Gregory Pakosz 2017-02-28 13:00:42 +0100
  • 5c8268eefa Merge 50d8b1ae4a into 95f88dee38 Twan 2017-02-09 15:16:10 +0000
  • 95f88dee38 replaced the fancy ►_◄ heredoc EOF marker to make Raspberry Pis happy Gregory Pakosz 2017-02-09 15:01:48 +0100
  • 50d8b1ae4a Update README.md Twan 2017-02-03 11:50:17 +0100
  • 718adf13e3 removed leftover debugging code in _username() Gregory Pakosz 2017-01-03 14:13:39 +0100
  • ba20476af6 fixed default-command when using fish shell, fixes #46 Gregory Pakosz 2016-12-21 17:56:11 +0100
  • 37586cdd60 made default-command use the value of default-shell Gregory Pakosz 2016-11-23 16:37:27 +0100
  • 1bfce57aaa fixed maximize pane when another session already contains a maximized window, fixes #37 Gregory Pakosz 2016-11-07 22:34:31 +0100
  • 71a2b76681 fixed shellcheck warnings Gregory Pakosz 2016-11-08 21:15:14 +0100
  • 8390d37ed8 added #{load_avg} Yang Tang 2016-11-03 22:26:31 +0100
  • b4b63fc10d added #{load_avg} Yang Tang 2016-11-03 22:26:31 +0100
  • a8e6def84a add sane scrolling btidwell 2016-11-03 17:08:07 -0500
  • f828eafc2b added #{battery_hbar} using U+258F - U+2588 Gregory Pakosz 2016-10-31 21:34:21 +0100
  • 689f2f0f2c fixed #{battery_bar} and #{battery_vbar} when not using heat or gradient palettes Gregory Pakosz 2016-10-31 18:32:17 +0100
  • b422155422 updated installation instructions to use ln -s -f Gregory Pakosz 2016-10-31 10:28:38 +0100
  • 1503232773 major rewrite, closes #10, #23, #30 and #31 Gregory Pakosz 2016-09-03 19:49:55 +0200
  • bc631745ff Merge 05713dd726 into 5156c9fe23 Luis Davim 2016-10-27 20:14:34 +0000
  • 05713dd726 fix var name Luis Davim 2016-10-27 21:14:28 +0100
  • 5872e1454d adding some customization Luis Davim 2016-10-27 18:49:21 +0100
  • afc6da8ab5 adds pane synchronization status and fixes theme hostname and username Luis Davim 2016-10-26 20:10:04 +0100