Commit Graph

734 Commits (0a99ba0b30f89388384c58a1188d38cea327b687)

Author SHA1 Message Date
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
Nicholas Marriott dbbc314cc9 Handle ctrl/shift modifiers better. 2009-01-12 21:47:03 +00:00
Tiago Cunha ea8d4d43ab Update by documenting the following commands/options:
- clock-mode,
- lock-server,
- server-info,
- lock-after-time,
- set-password,
- clock-mode-colour, and
- clock-mode-style.
2009-01-12 21:23:58 +00:00
Nicholas Marriott ab219847aa Tidy escape modifier (don't know how this worked before...). 2009-01-12 20:24:12 +00:00
Nicholas Marriott 1f51a63d01 Tidy up control key parsing; add shift. 2009-01-12 20:13:20 +00:00
Nicholas Marriott 20957e3aaa Skip over now-invalid fds properly when a window is closed. 2009-01-12 19:36:53 +00:00
Nicholas Marriott c35a50b21a Commands to resize panes; also a pane generic cmd, not used yet. 2009-01-12 19:23:14 +00:00
Nicholas Marriott 7cd3cf0ead Make the window pane code handle panes of different sizes, and add a -l and -p arguments to split-window to specify the new window size in lines or as a percentage. 2009-01-12 18:22:47 +00:00
Nicholas Marriott 440a84b2aa Use -O0 to prevent copy issues. 2009-01-12 00:52:37 +00:00
Nicholas Marriott 6897510552 Codes no longer needed. 2009-01-11 23:41:29 +00:00
Nicholas Marriott 162bacdcd9 Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
Nicholas Marriott d78bc5dfc4 save-buffer command, from Tiago Cunha. 2009-01-11 23:14:57 +00:00
Nicholas Marriott 30746a4e92 Doh. Return the offset not the total. 2009-01-11 23:05:36 +00:00
Nicholas Marriott 9e56f53895 Correct comment. 2009-01-11 02:23:52 +00:00
Nicholas Marriott b4fe99194f Updates. 2009-01-11 01:06:33 +00:00
Nicholas Marriott ccf5784bcf Add a couple of bits. 2009-01-11 01:01:05 +00:00
Nicholas Marriott 6c9822ccc2 Update slightly. 2009-01-11 01:00:53 +00:00
Nicholas Marriott e3feb067a5 Server locking. set-password and lock-server commands, plus automatic locking. 2009-01-11 00:48:42 +00:00
Nicholas Marriott ee0a7cda88 Restore emulation of ich with insert mode. 2009-01-10 22:28:40 +00:00
Nicholas Marriott 736117e4e9 Whoops, didn't mean to commit that bit. 2009-01-10 22:26:08 +00:00
Nicholas Marriott 20fc7a4b6c Don't need cud. 2009-01-10 22:24:23 +00:00
Nicholas Marriott 083f9cb42a Linux bits. 2009-01-10 19:40:01 +00:00
Nicholas Marriott 4d71164826 Pick up cwd from environment,. 2009-01-10 19:37:35 +00:00
Nicholas Marriott 88ab74ac20 Clock mode. 2009-01-10 19:35:40 +00:00
Nicholas Marriott 8253e68c79 Oops, missed from btab commit. 2009-01-10 18:37:08 +00:00
Nicholas Marriott bea8a54f69 Update. 2009-01-10 18:35:48 +00:00
Nicholas Marriott 312633203d Support btab. 2009-01-10 18:28:09 +00:00
Nicholas Marriott 9722e7194b Comments no longer valid. 2009-01-10 18:08:55 +00:00
Nicholas Marriott 5b8d4f1249 Colour. 2009-01-10 17:13:20 +00:00
Nicholas Marriott ca4e34cbb4 Update. 2009-01-10 17:11:13 +00:00
Nicholas Marriott 547b244e32 It does hit C-b. 2009-01-10 17:00:03 +00:00
Nicholas Marriott e96dfbc2bf +tmux differences. 2009-01-10 16:58:22 +00:00
Nicholas Marriott 34cc2e0962 Update. 2009-01-10 16:07:49 +00:00
Nicholas Marriott 5771113be9 This applies to xterm too. 2009-01-10 15:53:09 +00:00
Nicholas Marriott 0e736bf3d7 Tweak some more. 2009-01-10 15:25:44 +00:00