Commit Graph

918 Commits (b1e911aff02d8381018fca067e7783c6a72da593)

Author SHA1 Message Date
Tiago Cunha 5fefd9d11f Document repeat-time. 2009-01-16 22:52:31 +00:00
Nicholas Marriott 8b0a7c056d Document choose-*. 2009-01-16 20:18:10 +00:00
Nicholas Marriott f8c5d13a46 Update. 2009-01-16 20:10:44 +00:00
Nicholas Marriott 9ebeeddf78 Tweak a little bit. 2009-01-16 20:04:54 +00:00
Nicholas Marriott e4cf738e36 Add tabs. 2009-01-16 19:32:29 +00:00
Nicholas Marriott 24d04208c7 Example configuration with some screen bindings. 2009-01-16 18:24:45 +00:00
Tiago Cunha e78b7c8154 Document command-prompt template string, and panes commands. From nicm and me. 2009-01-16 17:28:49 +00:00
Nicholas Marriott 32e3759e94 Don't die on kill-window. 2009-01-16 00:12:58 +00:00
Nicholas Marriott 68aedad849 Some comments. 2009-01-16 00:12:41 +00:00
Nicholas Marriott 5aa3098bb6 Support #S #H in status-left/right. 2009-01-15 23:42:21 +00:00
Nicholas Marriott 3f20549f66 Reorder a bit. 2009-01-15 23:32:03 +00:00
Tiago Cunha 5bd33f5f7f Document default-path, and update set/setw with the -u flag. From nicm and me. 2009-01-15 21:24:03 +00:00
Nicholas Marriott 94e9ebb92d Recalculate sizes and don't redraw if unnecessary. 2009-01-15 19:41:12 +00:00
Nicholas Marriott 0b2a2a7883 Show number of panes. 2009-01-15 19:38:36 +00:00
Nicholas Marriott 601667f35a Be a bit more helpful. 2009-01-15 19:30:21 +00:00
Nicholas Marriott cb686d0bf6 Whoops. Shut up gcc. 2009-01-15 19:28:36 +00:00
Nicholas Marriott d29ca39e0e Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list. 2009-01-15 19:27:31 +00:00
Nicholas Marriott c5c4cc7557 Style/add printflike. 2009-01-15 00:51:39 +00:00
Nicholas Marriott 8542a97b78 Increment retries. 2009-01-15 00:21:58 +00:00
Nicholas Marriott 668dac5b12 Retry properly when failed to connect. 2009-01-15 00:21:24 +00:00
Nicholas Marriott a1cb652643 Update. 2009-01-14 23:59:33 +00:00
Nicholas Marriott a3ec1e062b Whoops, make this work properly. 2009-01-14 23:39:14 +00:00
Nicholas Marriott 7bcf9a1b21 Darwin needs vis.c as well. 2009-01-14 23:08:23 +00:00
Nicholas Marriott f57891d006 Spell check. 2009-01-14 23:00:18 +00:00
Nicholas Marriott 7c3da8b8c3 Update NOTES. 2009-01-14 22:51:24 +00:00
Nicholas Marriott 0887e72311 Update NOTES. 2009-01-14 22:46:30 +00:00
Nicholas Marriott 14ed415e30 Prettify the key strings a little. 2009-01-14 22:41:40 +00:00
Nicholas Marriott 3ad1fec9a9 Repeat for last-window is useless and annoying, take it off. 2009-01-14 22:40:17 +00:00
Nicholas Marriott d4296cb558 Make last-window repeatable too; update my configuration backup, er, example. 2009-01-14 22:36:07 +00:00
Nicholas Marriott a89d1c5857 Split windows are done. 2009-01-14 22:32:48 +00:00
Nicholas Marriott 4e2b640957 Unbreak prefix as binding. 2009-01-14 22:29:28 +00:00
Nicholas Marriott 78c96751e6 Rename some flags I'm not happy about. 2009-01-14 22:16:57 +00:00
Nicholas Marriott 145b2685a1 Whoops, stray line. 2009-01-14 22:14:51 +00:00
Nicholas Marriott 97fef895f2 Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. 2009-01-14 22:13:30 +00:00
Nicholas Marriott 0a99ba0b30 Alt-up/down to resize by five lines. 2009-01-14 21:08:52 +00:00
Nicholas Marriott e9bb939884 Update. 2009-01-14 21:00:41 +00:00
Nicholas Marriott d1eb153368 switch-pane is now select-pane. 2009-01-14 19:56:55 +00:00
Nicholas Marriott 3f51dcdfc3 up-pane and down-pane commands. 2009-01-14 19:41:15 +00:00
Nicholas Marriott b4ac8c1342 Multiple window splitting. 2009-01-14 19:29:32 +00:00
Nicholas Marriott e02496f073 Using the rigth option name would help... 2009-01-14 19:23:41 +00:00
Nicholas Marriott 54209774ff Document -g. 2009-01-14 18:47:19 +00:00
Nicholas Marriott bc56751692 Disable lock-after-time by default. 2009-01-14 18:41:55 +00:00
Nicholas Marriott 78f7e6d127 Turn off prefix-time for the moment, it is too annoying. 2009-01-13 06:52:12 +00:00
Nicholas Marriott f85559144f kill-pane command. 2009-01-13 06:50:10 +00:00
Nicholas Marriott 98c85cf989 command-prompt now accepts a single argument, a template string. Any occurrences of %% in this string are replaced by whatever is entered at the prompt and the result is executed as a command. This allows things like (now bound by default):
bind , command-prompt "rename-window %%"

Or my favourite:

         bind x command-prompt "split-window 'man %%'"
2009-01-13 01:08:40 +00:00
Nicholas Marriott 9ab200843e Reset command timer after this or it gets annoying. 2009-01-13 00:48:50 +00:00
Nicholas Marriott 60bfaf5bae prefix-time option to allow multiple commands without additional prefixes. 2009-01-12 23:37:02 +00:00
Nicholas Marriott e099a78b4c Make shift arrow keys work. 2009-01-12 22:53:52 +00:00
Nicholas Marriott a88eba3805 More hacks for key handling. 2009-01-12 22:48:00 +00:00
Tiago Cunha a70b8ee489 Update commands and options. While there, rename the keyword groups
tmuxCmdsSet and tmuxCmdsSetw to tmuxOptsSet and tmuxOptsSetw.
2009-01-12 21:53:18 +00:00