This website requires JavaScript.
4cf765468a
fixed bindings reinjection when tmux_conf_new_pane_reconnect_ssh=true. Fixes #115
Gregory Pakosz
2017-11-17 09:15:39 +01:00
89465385db
replace 'export LC_ALL=C' with 'export LC_NUMERIC=C'. Fixes #108 and #110
Gregory Pakosz
2017-10-14 23:44:53 +02:00
a071b001cf
export LC_ALL=C to avoid decimal separator issues
Gregory Pakosz
2017-09-25 23:17:25 +02:00
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 +02:00
2849c14e0c
fixed maximize pane not supporting session names with spaces
Gregory Pakosz
2017-09-25 20:28:58 +02:00
7cdc172e22
properly quote %% when prompting for session name
Gregory Pakosz
2017-09-08 23:36:41 +02:00
9d5817bb01
dual licensed under both the WTFPLv2 and MIT licenses. Resolves #102
Gregory Pakosz
2017-08-20 00:23:20 +02:00
10a445b491
wait a bit more between sending C-l to the terminal and clearing tmux history
Gregory Pakosz
2017-07-21 09:18:10 +02:00
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 +02:00
fe615a2444
show how to start with mouse mode enabled. Closes #97
Gregory Pakosz
2017-07-09 09:24:42 +02:00
03ec982a50
simplified _toggle_mouse() implementation
Gregory Pakosz
2017-07-09 09:23:24 +02:00
07685c156d
updated README.me referencing tmux2 book by @bphogan
Gregory Pakosz
2017-07-09 10:48:26 +02:00
513e77b03b
made bindings reinjection more robust. Closes #89
Gregory Pakosz
2017-06-23 20:16:08 +02:00
09fc3d5b48
fixed battery status information on macOS. Fixes #91 (2)
Gregory Pakosz
2017-06-26 13:29:09 +02:00
0d80a1e8ba
mentioned tmux_conf_copy_to_os_clipboard requires xsel or xclip on Linux
Gregory Pakosz
2017-06-26 07:36:20 +02:00
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 +02:00
27b262fda8
fixed battery status information on macOS. Fixes #91
Gregory Pakosz
2017-06-24 11:17:20 +02:00
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 +02:00
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 +02:00
08072d0915
updated README.md reminding people Windows' console doesn't support Powerline look
Gregory Pakosz
2017-06-18 13:42:37 +02:00
77845432ab
fixed typo in README.md
Gregory Pakosz
2017-06-12 12:25:12 +02:00
a37c66b460
updated README.md advertizing the copy to OS clipboard feature
Gregory Pakosz
2017-06-12 12:22:26 +02:00
1d1f2ea22b
updated README.md advising against using Cygwin
Gregory Pakosz
2017-06-04 17:38:58 +02:00
15f03e7ce6
fixed #{username} broken under Cygwin
Gregory Pakosz
2017-06-04 04:03:54 -07:00
32c14a61c6
made battery and uptime work under MSYS2 / MINGW
Gregory Pakosz
2017-06-03 21:50:55 +02:00
680783c91b
added support for multiple batteries, resolves #73
Gregory Pakosz
2017-06-03 20:47:28 +02:00
a631d03b29
use grep -E instead of egrep as per shellcheck SC2196 warning
Gregory Pakosz
2017-05-26 15:49:35 +02:00
cb4ded9fcb
moved buffer bindings to a dedicated section
Gregory Pakosz
2017-05-26 13:48:53 +02:00
ba6fe0a985
added U+1F50C as a suggestion for tmux_conf_battery_status_charging
Gregory Pakosz
2017-05-25 15:19:55 +02:00
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 +02:00
264a577ba1
added tmux_conf_copy_to_os_clipboard variable, closes #75
Gregory Pakosz
2017-05-17 22:23:23 +02:00
785ba173a3
worked around tmux 2.4 not properly refreshing status, see tmux/tmux#922
Gregory Pakosz
2017-05-12 14:37:52 +02:00
6b7d2e7513
show how to replace C-b by C-a instead of using both prefixes
Gregory Pakosz
2017-05-10 14:53:29 +02:00
c937131a5e
updated README.md with troubleshooting instructions for Windows WSL
Gregory Pakosz
2017-04-10 00:02:54 +02:00
305bff6226
fixed typo in README.md
Gregory Pakosz
2017-04-08 22:32:00 +02:00
cab561ad61
converted tabs to spaces. Closes #59
Gregory Pakosz
2017-03-22 08:31:32 +01:00
b0c3b6a09f
tmux 2.4 got rid of mode keys. Closes #42
Gregory Pakosz
2016-12-05 22:31:31 +01:00
4aada9c712
updated README.me with troubleshooting instructions. Closes #56 and #60
Gregory Pakosz
2017-03-14 14:33:03 +01:00
8e174fef28
stopped using U+26A1 and U+1F50B for battery charging status indicator by default
Gregory Pakosz
2017-03-14 13:59:30 +01:00
355d2bdc75
explained the concept of prefix and command keys for newcomers. Closes #54
Gregory Pakosz
2017-03-13 21:19:14 +01:00
3ef7fe67b5
fixed maximize pane not succeeding in maximizing the current pane
Gregory Pakosz
2017-02-28 15:42:32 +01:00
5746e69af7
raised escape-time to 10 ms to unbreak tmux under WSL, fixes #52
Gregory Pakosz
2017-02-28 13:00:42 +01:00
95f88dee38
replaced the fancy ►_◄ heredoc EOF marker to make Raspberry Pis happy
Gregory Pakosz
2017-02-09 15:01:48 +01:00
718adf13e3
removed leftover debugging code in _username()
Gregory Pakosz
2017-01-03 14:13:39 +01:00
ba20476af6
fixed default-command when using fish shell, fixes #46
Gregory Pakosz
2016-12-21 17:56:11 +01:00
37586cdd60
made default-command use the value of default-shell
Gregory Pakosz
2016-11-23 16:37:27 +01:00
1bfce57aaa
fixed maximize pane when another session already contains a maximized window, fixes #37
Gregory Pakosz
2016-11-07 22:34:31 +01:00
71a2b76681
fixed shellcheck warnings
Gregory Pakosz
2016-11-08 21:15:14 +01:00
8390d37ed8
added #{load_avg}
Yang Tang and Gregory Pakosz
2016-11-03 22:26:31 +01:00
f828eafc2b
added #{battery_hbar} using U+258F - U+2588
Gregory Pakosz
2016-10-31 21:34:21 +01:00
689f2f0f2c
fixed #{battery_bar} and #{battery_vbar} when not using heat or gradient palettes
Gregory Pakosz
2016-10-31 18:32:17 +01:00
b422155422
updated installation instructions to use ln -s -f
Gregory Pakosz
2016-10-31 10:28:38 +01:00
1503232773
major rewrite, closes #10 , #23 , #30 and #31
Gregory Pakosz
2016-09-03 19:49:55 +02:00
15d593398f
enable focus events
Gregory Pakosz
2016-08-01 00:57:26 +02:00
959844df3a
added new variables for separators and removed separator in windows-status-current-format
Gregory Pakosz
2016-07-30 17:48:56 +02:00
9f939fd939
fixed various typos, closes #17 , #19 and #21
Gregory Pakosz
2016-07-25 22:01:42 +02:00
2a7a0c39b6
made C-l more robust by using not shelling out to clear history
Gregory Pakosz
2016-07-25 21:55:20 +02:00
8d847600db
test for buggy swap-pane command in tmux 1.9 and 1.9a once in apply_configuration()
Gregory Pakosz
2016-04-20 21:57:17 +02:00
5156c9fe23
added licensing information: released under the WTFPL v2 license
Gregory Pakosz
2016-03-18 11:18:37 +01:00
d56bfa1c7d
do not create a subshell in urlview() and fpp()
Gregory Pakosz
2016-01-18 15:10:12 +01:00
de55dc6e6a
added a percentage style to the battery indicator
Gregory Pakosz
2016-01-16 18:57:30 +01:00
33e0fe5468
updated README.md
Gregory Pakosz
2015-12-31 11:28:40 +01:00
db751a501c
status-utf8 and utf-8 options are gone
Gregory Pakosz
2015-12-29 09:13:30 +01:00
eabfb553a8
do not rely on ${parameter:offset:length} substring expansion not supported by dash
Gregory Pakosz
2015-12-06 14:56:31 +01:00
01b9b433f9
use /sys/class/power_supply/BATx/capacity when available
Gregory Pakosz
2015-12-06 11:58:29 +01:00
ea254d494f
optionally highlight the focused pane
Gregory Pakosz
2015-12-05 15:36:28 +01:00
cb3d2ac9f3
reduce the number of times loading the configuration shells out
Gregory Pakosz
2015-11-02 11:04:46 +01:00
1491ee1723
made battery status work from within Cygwin
Gregory Pakosz
2015-10-28 10:45:32 -07:00
c66be48314
added an indicator in the status line that shows if <prefix> has been pressed
Gregory Pakosz
2015-10-28 10:55:32 +01:00
b9943589e3
optionally prompt for session name when creating a new session
Gregory Pakosz
2015-10-23 22:15:43 +02:00
921c6d14d0
made the theme more flexible by adding configuration variables
Gregory Pakosz
2015-10-22 21:37:44 +02:00
748dc7a19b
updated README.md
Gregory Pakosz
2015-10-17 22:35:07 +02:00
4587413028
unbind <prefix> n and <prefix> p
Gregory Pakosz
2015-10-18 11:57:17 +02:00
3e516380a1
bind <prefix> Tab to last-window and leave <prefix> Space untouched (bound to next-layout by default)
Gregory Pakosz
2015-10-21 21:52:03 +02:00
847ce589a9
bind urlview and Facebook PathPicker to <prefix> U and <prefix> F instead of <prefix> u and <prefix> f
Gregory Pakosz
2015-10-18 11:42:10 +02:00
546ef75994
fixed <prefix> " and <prefix> % which were inverted by mistake
Gregory Pakosz
2015-10-13 11:29:05 +02:00
aa966c5708
made <prefix> e edit ~/.tmux.conf.local instead of ~/.tmux.conf
Gregory Pakosz
2015-10-11 17:54:46 +02:00
3ce560c230
use awk instead of bc which isn't available on a default Cygwin install
Gregory Pakosz
2015-10-11 17:53:19 +02:00
6a7bdd3efe
updated README.md
Gregory Pakosz
2015-10-11 17:52:39 +02:00
5133275e15
detect old or new tmux mouse support and use proper options accordingly
Gregory Pakosz
2015-09-17 22:16:29 +02:00
300dc1d069
updated README.md
Gregory Pakosz
2015-09-15 23:42:17 +02:00
53abd1dca8
use new tmux mouse support
Gregory Pakosz
2015-09-14 21:41:45 +02:00
81b6897294
pimped the battery indicator with a gradient palette
Gregory Pakosz
2015-09-14 21:17:06 +02:00
db80cb7fc4
added Facebook PathPicker integration
Gregory Pakosz
2015-07-24 22:25:55 +02:00
3007fa8f6c
added urlview integration
Gregory Pakosz
2015-07-24 22:25:37 +02:00
b480fc00fb
don't rename window as part of default-command
Gregory Pakosz
2015-08-06 12:28:53 +02:00
2feb71aac5
made <prefix> e work with the fish shell
Gregory Pakosz
2015-07-25 10:50:09 +02:00
ad6413365e
fixed heat palette battery display when remaining percentage <= 5%
Gregory Pakosz
2015-04-30 12:15:08 +02:00
b37311fbbe
added battery status indicator (charging / discharging)
Gregory Pakosz
2015-04-27 17:53:14 +02:00
3e7170ecf5
fixed the maximize pane feature for the fish shell
Gregory Pakosz
2015-04-23 21:55:03 +02:00
6d25ce6f3a
added a link to http://brew.sh/ to README.md
Gregory Pakosz
2015-04-15 15:15:35 +02:00
e5117980de
pimped the battery indicator with a heat palette
Gregory Pakosz
2015-03-28 10:17:43 +01:00
417fdb27f5
detect whether default status-left value has a trailing space
Gregory Pakosz
2014-12-29 13:51:04 +01:00
1667cf9171
configurable new windows and panes behavior (optionally retain current path)
Gregory Pakosz
2014-12-13 13:09:21 +01:00
ecbb8d55f7
kill placeholder pane when trying to minimize a dead pane
Gregory Pakosz
2014-12-12 12:01:52 +01:00
a5ce0116a4
added more vi key bindings
Gregory Pakosz
2014-11-23 10:53:47 +01:00
d48ec949c6
pimped theme windows status
Gregory Pakosz
2014-11-18 23:08:57 +01:00
d5b90b2528
added terminal-overrides directive to .tmux.conf.local to be used with iTerm2
Gregory Pakosz
2014-11-02 19:02:01 +01:00
af7f3a382d
fixed broken links in README.md - fixes #4
Gregory Pakosz
2014-09-01 09:07:48 +02:00
d8b9498d69
updated README.md with more instructions
Gregory Pakosz
2014-08-29 20:51:28 +02:00