Commit Graph

297 Commits (5641d3b3f5f9c353c58dfcba4c265df055a05b6b)
 

Author SHA1 Message Date
Gregory Pakosz 2b0cb0b43c updated README.md to show how to 'curl wttr.in' to display weather, resolves #71 4 years ago
John Krull bfc7321f17 Remove references to old font patcher tool 4 years ago
Cícero Pablo ba3d5e169e updated README.md 4 years ago
Gregory Pakosz 352dfed5e2 refactored #{username}, #{username_ssh}, #{hostname} and #{hostname_ssh} 4 years ago
Gregory Pakosz 3e649a58dd renamed _circled_digit() to _circled() as it goes up to 20 4 years ago
Gregory Pakosz ffb1c54769 Revert "do not use repeatable bindings for pane and windows navigation. Fixes #166" 5 years ago
Gregory Pakosz b3a9f75ea6 made window titles support additional variables. Fixes #178 5 years ago
Gregory Pakosz 3d706977c8 added tmux_conf_theme_terminal_title. Fixes #168 5 years ago
Gregory Pakosz 862c22cd3f
Merge pull request #176 from DivoK/master 5 years ago
Divo Kaplan 6679c0af2c Fixed missing vi-copy / copy-mode-vi H/L keybindings. Fixes #175 5 years ago
Gregory Pakosz 08334a6451 accomodate for slow shell init in _maximize_pane(). Fixes #170 5 years ago
Gregory Pakosz 7ebc59956a do not use repeatable bindings for pane and windows navigation. Fixes #166 5 years ago
Gregory Pakosz ac61dd04e0
Merge pull request #172 from erenfro/erenfro/add-syncing-indicator 5 years ago
Eric Renfro 105fb54755
Added syncing indicator to tmux status line 5 years ago
Gregory Pakosz 8481ec351b do not take into account peripheral device batteries when computing battery charge, fixes #161 5 years ago
Gregory Pakosz faece14dbd improved 24b colours override 5 years ago
Gregory Pakosz dd74d33bee fixed typo in README.md 5 years ago
Gregory Pakosz 7f20c79d46 made heat battery palette more visible by removing darker shades. Fixes #138 5 years ago
Gregory Pakosz e1c968d020 removed trailing 'set -x' / 'set +x' debug code 6 years ago
Gregory Pakosz 08f442bd0a updated README.md with pane splitting commands. Fixes #124 6 years ago
Gregory Pakosz e76d0fc8d9 fixed README.md still mentioning 'vi-copy', 'vi-edit' and 'vi-choice' mode keys. Fixes #121 6 years ago
Gregory Pakosz 5907c00039 fixed stderr redirection bug in _maximize_pane(). Fixes #116 6 years ago
Gregory Pakosz 4cf765468a fixed bindings reinjection when tmux_conf_new_pane_reconnect_ssh=true. Fixes #115 6 years ago
Gregory Pakosz 89465385db replace 'export LC_ALL=C' with 'export LC_NUMERIC=C'. Fixes #108 and #110 6 years ago
Gregory Pakosz a071b001cf export LC_ALL=C to avoid decimal separator issues 6 years ago
Gregory Pakosz 51cef6f32a added space to default tmux_conf_theme_pairing and tmux_conf_theme_prefix likely rendered as double width emojis 6 years ago
Gregory Pakosz 2849c14e0c fixed maximize pane not supporting session names with spaces 6 years ago
Gregory Pakosz 7cdc172e22 properly quote %% when prompting for session name 6 years ago
Gregory Pakosz 9d5817bb01 dual licensed under both the WTFPLv2 and MIT licenses. Resolves #102 6 years ago
Gregory Pakosz 10a445b491 wait a bit more between sending C-l to the terminal and clearing tmux history 6 years ago
Gregory Pakosz e7cbc84bed removed tmux <= 2.0 feature tests that cause orphan processes when using oh-my-zsh. Fixes #84 and #88 (2) 6 years ago
Gregory Pakosz fe615a2444 show how to start with mouse mode enabled. Closes #97 6 years ago
Gregory Pakosz 03ec982a50 simplified _toggle_mouse() implementation 6 years ago
Gregory Pakosz 07685c156d updated README.me referencing tmux2 book by @bphogan 6 years ago
Gregory Pakosz 513e77b03b made bindings reinjection more robust. Closes #89 6 years ago
Gregory Pakosz 09fc3d5b48 fixed battery status information on macOS. Fixes #91 (2) 6 years ago
Gregory Pakosz 0d80a1e8ba mentioned tmux_conf_copy_to_os_clipboard requires xsel or xclip on Linux 6 years ago
Gregory Pakosz 98a896bc69 fixed tmux_conf_copy_to_os_clipboard on Linux when xclip is installed and not xsel 6 years ago
Gregory Pakosz 27b262fda8 fixed battery status information on macOS. Fixes #91 6 years ago
Gregory Pakosz 6fc4ad76b7 removed tmux <= 2.0 feature tests that cause orphan processes when using oh-my-zsh. Fixes #84 and #88 (2) 6 years ago
Gregory Pakosz 68f1509735 removed tmux <= 2.0 feature tests that cause orphan processes when using oh-my-zsh. Fixes #84 and #88 6 years ago
Gregory Pakosz 08072d0915 updated README.md reminding people Windows' console doesn't support Powerline look 6 years ago
Gregory Pakosz 77845432ab fixed typo in README.md 6 years ago
Gregory Pakosz a37c66b460 updated README.md advertizing the copy to OS clipboard feature 6 years ago
Gregory Pakosz 1d1f2ea22b updated README.md advising against using Cygwin 6 years ago
Gregory Pakosz 15f03e7ce6 fixed #{username} broken under Cygwin 6 years ago
Gregory Pakosz 32c14a61c6 made battery and uptime work under MSYS2 / MINGW 6 years ago
Gregory Pakosz 680783c91b added support for multiple batteries, resolves #73 6 years ago
Gregory Pakosz a631d03b29 use grep -E instead of egrep as per shellcheck SC2196 warning 6 years ago
Gregory Pakosz cb4ded9fcb moved buffer bindings to a dedicated section 6 years ago