mirror of
1
0
Fork 0
Commit Graph

43 Commits

Author SHA1 Message Date
Gregory Pakosz 08f442bd0a updated README.md with pane splitting commands. Fixes #124 2017-12-17 11:10:40 +01:00
Gregory Pakosz e76d0fc8d9 fixed README.md still mentioning 'vi-copy', 'vi-edit' and 'vi-choice' mode keys. Fixes #121 2017-11-29 21:43:24 +01:00
Gregory Pakosz 07685c156d updated README.me referencing tmux2 book by @bphogan 2017-07-09 10:48:26 +02:00
Gregory Pakosz 0d80a1e8ba mentioned tmux_conf_copy_to_os_clipboard requires xsel or xclip on Linux 2017-06-26 07:36:20 +02:00
Gregory Pakosz 08072d0915 updated README.md reminding people Windows' console doesn't support Powerline look 2017-06-21 22:03:42 +02:00
Gregory Pakosz 77845432ab fixed typo in README.md 2017-06-21 22:03:42 +02:00
Gregory Pakosz a37c66b460 updated README.md advertizing the copy to OS clipboard feature 2017-06-21 22:03:42 +02:00
Gregory Pakosz 1d1f2ea22b updated README.md advising against using Cygwin 2017-06-21 22:03:42 +02:00
Gregory Pakosz c937131a5e updated README.md with troubleshooting instructions for Windows WSL 2017-04-19 15:15:39 +02:00
Gregory Pakosz 305bff6226 fixed typo in README.md 2017-04-08 22:32:36 +02:00
Gregory Pakosz 4aada9c712 updated README.me with troubleshooting instructions. Closes #56 and #60 2017-04-08 21:37:00 +02:00
Gregory Pakosz 355d2bdc75 explained the concept of prefix and command keys for newcomers. Closes #54 2017-04-08 21:37:00 +02:00
Yang Tang 8390d37ed8 added #{load_avg} 2016-11-04 20:40:17 +01:00
Gregory Pakosz b422155422 updated installation instructions to use ln -s -f 2016-10-31 10:28:38 +01:00
Gregory Pakosz 1503232773 major rewrite, closes #10, #23, #30 and #31
- status-justify aware status line
- flexible status line definition with many new variables/indicators:
  - #{battery_bar}, #{battery_vbar}, #{battery_percentage}
  - #{uptime_d}, #{uptime_h}, #{uptime_m}, #{uptime_s}
  - #{pairing}, #{prefix}, #{root}
  - #{username}, #{username_ssh}, #{hostname}, #{hostname_ssh}
  - ...
- smart username and hostname variables:
  - detects root user
  - detects SSH sessions to remote servers
- support for circled session names (when number) and window identifiers up to 20:
  - #{circled_session_name}, #{circled_window_index}
- support for connecting to the same host when splitting a pane running an SSH session
- support for 24b colours
- support for OpenBSD (tested with OpenBSD 6.0)
- cleaned everything with shellcheck
2016-10-27 23:42:01 +02:00
Gregory Pakosz 9f939fd939 fixed various typos, closes #17, #19 and #21 2016-10-26 12:51:13 +02:00
Gregory Pakosz de55dc6e6a added a percentage style to the battery indicator 2016-03-29 09:21:00 +02:00
Gregory Pakosz 33e0fe5468 updated README.md 2015-12-31 11:28:40 +01:00
Gregory Pakosz ea254d494f optionally highlight the focused pane 2015-12-05 15:56:22 +01:00
Gregory Pakosz 1491ee1723 made battery status work from within Cygwin 2015-10-30 08:53:24 +01:00
Gregory Pakosz c66be48314 added an indicator in the status line that shows if <prefix> has been pressed 2015-10-28 21:26:23 +01:00
Gregory Pakosz 921c6d14d0 made the theme more flexible by adding configuration variables 2015-10-26 21:08:34 +01:00
Gregory Pakosz 748dc7a19b updated README.md 2015-10-26 21:08:34 +01:00
Gregory Pakosz 6a7bdd3efe updated README.md 2015-10-11 17:52:39 +02:00
Gregory Pakosz 300dc1d069 updated README.md 2015-09-16 00:00:57 +02:00
Gregory Pakosz 6d25ce6f3a added a link to http://brew.sh/ to README.md 2015-04-15 15:15:35 +02:00
Gregory Pakosz e5117980de pimped the battery indicator with a heat palette 2015-04-15 15:14:28 +02:00
Gregory Pakosz 1667cf9171 configurable new windows and panes behavior (optionally retain current path) 2014-12-17 20:47:06 +01:00
Gregory Pakosz af7f3a382d fixed broken links in README.md - fixes #4 2014-09-01 09:09:39 +02:00
Gregory Pakosz d8b9498d69 updated README.md with more instructions 2014-08-29 20:51:28 +02:00
Gregory Pakosz 727b40ac10 detect whether running tmux has a buggy swap-pane command
see ticket #108, fixed in upstream commit 78e783e
2014-08-21 15:30:32 +02:00
Gregory Pakosz 39bd7e2459 fixed typo in README.md 2014-03-10 10:18:35 +01:00
Art Taylor 25a35d82a8 fixed typo in 'brew install reattach-to-user-namespace' command 2014-03-10 08:24:42 +01:00
Gregory Pakosz 9b001164f0 updated to tmux 1.9+ 2014-03-01 16:48:23 +01:00
Gregory Pakosz a1114ec47b added screenshot 2014-02-15 21:35:38 +01:00
Gregory Pakosz 720db6ec08 added laptop battery status 2014-02-15 18:41:46 +01:00
Gregory Pakosz ac606527c9 fixed link to 'reattach-to-user-namespace' repository 2013-11-02 09:48:41 +01:00
Gregory Pakosz f774b98577 took advantage of tmux 1.8 blocking 'if-shell' to detect '~/.tmux.conf.local'
starting with tmux 1.8, it's an error to source a non existing file
2013-08-28 08:58:09 +02:00
Gregory Pakosz 0d029ddde7 fixed key bindings description in README's features section 2013-08-27 00:52:49 +02:00
Gregory Pakosz 4442ebff3e updated installation instructions in README.
tmux 1.8 doesn't silently ignore sourcing missing files anymore.
2013-08-22 10:38:18 +02:00
Gregory Pakosz e799504a9b automatically use 'reattach-to-user-namespace' when available 2013-08-03 10:13:54 +02:00
Gregory Pakosz 0012947087 updated README with installation instructions 2013-07-15 10:57:59 +02:00
Gregory Pakosz e7fab68238 added README.md 2013-04-16 15:19:08 +02:00