mirror of
1
0
Fork 0
Commit Graph

289 Commits

Author SHA1 Message Date
Gregory Pakosz 4587413028 unbind <prefix> n and <prefix> p
By default <prefix> n and <prefix> p are bound to next/previous-window.

However, this configuration is Vim centric and window navigation is achieved
with <prefix> C-h and <prefix> C-l.

While <prefix> n is currently left unused, <prefix> p is bound to paste-buffer.
2015-10-22 13:06:01 +02:00
Gregory Pakosz 3e516380a1 bind <prefix> Tab to last-window and leave <prefix> Space untouched (bound to next-layout by default) 2015-10-21 21:55:39 +02:00
Gregory Pakosz 847ce589a9 bind urlview and Facebook PathPicker to <prefix> U and <prefix> F instead of <prefix> u and <prefix> f 2015-10-18 11:42:24 +02:00
Gregory Pakosz 546ef75994 fixed <prefix> " and <prefix> % which were inverted by mistake 2015-10-13 11:29:05 +02:00
Gregory Pakosz aa966c5708 made <prefix> e edit ~/.tmux.conf.local instead of ~/.tmux.conf 2015-10-11 20:37:58 +02:00
Gregory Pakosz 3ce560c230 use awk instead of bc which isn't available on a default Cygwin install 2015-10-11 17:53:19 +02:00
Gregory Pakosz 5133275e15 detect old or new tmux mouse support and use proper options accordingly 2015-09-17 22:16:29 +02:00
Gregory Pakosz 53abd1dca8 use new tmux mouse support 2015-09-14 21:41:45 +02:00
Gregory Pakosz 81b6897294 pimped the battery indicator with a gradient palette 2015-09-14 21:17:06 +02:00
Gregory Pakosz db80cb7fc4 added Facebook PathPicker integration 2015-08-06 12:29:37 +02:00
Gregory Pakosz 3007fa8f6c added urlview integration 2015-08-06 12:29:37 +02:00
Gregory Pakosz b480fc00fb don't rename window as part of default-command 2015-08-06 12:29:37 +02:00
Gregory Pakosz 2feb71aac5 made <prefix> e work with the fish shell 2015-08-06 12:29:37 +02:00
Gregory Pakosz ad6413365e fixed heat palette battery display when remaining percentage <= 5% 2015-04-30 12:15:08 +02:00
Gregory Pakosz b37311fbbe added battery status indicator (charging / discharging) 2015-04-27 18:17:02 +02:00
Gregory Pakosz 3e7170ecf5 fixed the maximize pane feature for the fish shell 2015-04-23 21:55:03 +02:00
Gregory Pakosz e5117980de pimped the battery indicator with a heat palette 2015-04-15 15:14:28 +02:00
Gregory Pakosz 417fdb27f5 detect whether default status-left value has a trailing space 2014-12-29 13:51:04 +01:00
Gregory Pakosz 1667cf9171 configurable new windows and panes behavior (optionally retain current path) 2014-12-17 20:47:06 +01:00
Gregory Pakosz ecbb8d55f7 kill placeholder pane when trying to minimize a dead pane 2014-12-12 12:01:52 +01:00
Gregory Pakosz a5ce0116a4 added more vi key bindings 2014-11-23 11:20:58 +01:00
Gregory Pakosz d48ec949c6 pimped theme windows status 2014-11-19 23:43:59 +01: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 cfea776923 fish shell compatibility 2014-08-21 11:15:05 +02:00
Gregory Pakosz 9b001164f0 updated to tmux 1.9+ 2014-03-01 16:48:23 +01:00
Gregory Pakosz 720db6ec08 added laptop battery status 2014-02-15 18:41:46 +01:00
Gregory Pakosz b8c009db9d updated theme with new poweline symbols code points 2014-02-15 17:24:49 +01:00
Gregory Pakosz e16854213e adjusted 'reattach-no-usernamespace' detection 2013-10-24 15:15:22 +02:00
Gregory Pakosz aac6a54ff1 tmux 1.8 'if-shell' still races with the implicit 'new-session' command 2013-10-12 00:03:14 +02: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 2204f4380b took advantage of tmux 1.8 blocking 'if-shell' to detect 'reattach-to-user-namespace' 2013-08-28 08:57:33 +02:00
Gregory Pakosz abb7a1b70a use 'command -v' instead of 'type-p' 2013-08-28 08:55:20 +02:00
Gregory Pakosz 49c947baa5 fixed default-command 'reattach-to-user-namespace' detection 2013-08-22 18:16:31 +02:00
Gregory Pakosz 7808fd53d3 on Mac OS X, copy from latest buffer to system clipboard with prefix-y 2013-08-03 10:13:54 +02:00
Gregory Pakosz e799504a9b automatically use 'reattach-to-user-namespace' when available 2013-08-03 10:13:54 +02:00
Gregory Pakosz 316900967b fixed race condition in maximize_pane() 2013-04-16 15:19:08 +02:00
Gregory Pakosz 45d450d58f find session with C-f 2013-04-16 15:19:08 +02:00
Gregory Pakosz 5c8b9f921f new <prefix> m binding: toggles mouse on or off 2013-04-16 15:19:08 +02:00
Gregory Pakosz dcc734f6f7 initial .tmux.conf 2013-04-16 15:18:56 +02:00