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 |
|
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 |
|