Commit Graph

62 Commits (7230fe1648831a17165201b6f02e0365f7b5f938)

Author SHA1 Message Date
Nicholas Marriott ca24e00d75 Example from Thayer Williams. 2009-11-02 18:59:28 +00:00
Tiago Cunha 76bb6d6138 Add missing license. 2009-10-25 22:16:55 +00:00
Nicholas Marriott 2536ea12cb +confirm-before. 2009-10-25 21:58:05 +00:00
Nicholas Marriott cb3b0e661d Add or clarify licenses where appropriate. 2009-10-25 21:45:26 +00:00
Tiago Cunha b6ebf7cb60 Update. 2009-10-15 01:49:39 +00:00
Tiago Cunha 53f1e6eed2 Update. 2009-10-12 00:08:48 +00:00
Tiago Cunha 07ad6da7e8 Update. 2009-10-11 23:47:02 +00:00
Tiago Cunha 1fd3a405e6 Update. 2009-10-11 23:31:02 +00:00
Tiago Cunha 220f3f2384 Update. 2009-10-09 13:07:29 +00:00
Tiago Cunha 83bf166a1f Update. 2009-10-06 14:14:40 +00:00
Tiago Cunha a9a0cd8297 Update. 2009-09-25 17:52:26 +00:00
Tiago Cunha 5743da5588 Update. 2009-09-23 15:01:10 +00:00
Tiago Cunha f8ea4f44e8 Update. 2009-09-20 22:20:51 +00:00
Tiago Cunha 73f58b90a0 Update. 2009-09-19 18:53:56 +00:00
Tiago Cunha b7cb7d10f9 Update. 2009-09-02 01:06:30 +00:00
Tiago Cunha d463eddb8b Update. 2009-08-31 22:31:44 +00:00
Tiago Cunha f5d38f2696 Update. 2009-08-25 16:50:34 +00:00
Nicholas Marriott ae1debbc92 Example from Han Boetes. 2009-08-16 21:55:30 +00:00
Tiago Cunha c1fee8793d Update. 2009-08-16 19:18:10 +00:00
Tiago Cunha deac1fc188 Update. 2009-08-09 17:51:19 +00:00
Tiago Cunha a26817d604 Update. 2009-08-09 17:41:46 +00:00
Tiago Cunha bd5cf2e809 Update. 2009-08-09 15:58:09 +00:00
Nicholas Marriott f03dd8d216 This file is not kept up to date and too many people are using it as-is then
finding tmux key bindings missing. Trim it down and make it clear this is an
example only.
2009-08-07 12:09:50 +00:00
Tiago Cunha 796bfbd7af Update. 2009-07-30 21:11:10 +00:00
Tiago Cunha e7cda4f363 Update. 2009-07-20 17:06:13 +00:00
Tiago Cunha ae7dda10ce - New command display-message (alias display) to display a message in the
status line (bound to "i" by default).
- Add support for including the window index, pane index, and window name
  in status-left, or status-right.
- Bump protocol version.
2009-07-17 18:32:54 +00:00
Nicholas Marriott 537c32b6b6 Escape ~, pointed out by tcunha. 2009-07-14 17:44:24 +00:00
Tiago Cunha 2f75b07d08 Update. 2009-07-13 18:29:28 +00:00
Tiago Cunha 85dac1e378 Update. 2009-07-02 13:50:27 +00:00
Tiago Cunha 80af85a102 - New window option monitor-content to search for a string in a window, and
highlight the status line if it matches.
- To make this possible, the function cmd_find_window_search from
  cmd-find-window.c had to be moved to window.c and renamed window_pane_search.
- While there use three new functions in server.c to check for bell, activity,
  and content, to avoid too much nesting.
2009-05-19 13:32:55 +00:00
Tiago Cunha ddf2efe57b Update commands, and options. 2009-04-27 14:44:14 +00:00
Nicholas Marriott f9af6f7f8c Document -L and -8, fix synopsis. 2009-04-20 19:25:58 +00:00
Tiago Cunha dd962b60d0 automatic-rename added. 2009-02-08 01:54:23 +00:00
Tiago Cunha 70dbc2f5b1 - Document find-window.
- Document suspend-client.
- Document window-status-{attr,bg,fg}.
- Options without arguments should be listed first.
- s/Copies/Copy/.
2009-02-06 18:38:30 +00:00
Tiago Cunha 4213ff8faa copy-buffer command. 2009-02-03 17:21:19 +00:00
Tiago Cunha c7ffee6b8c {message,status,mode}-attr added 2009-02-01 18:16:39 +00:00
Tiago Cunha f62ed6aaa3 load-buffer command 2009-01-25 19:00:10 +00:00
Nicholas Marriott f62d58e1fb Update with new features. 2009-01-18 14:46:04 +00:00
Tiago Cunha f3b1a78833 xterm-keys added 2009-01-17 18:00:24 +00:00
Tiago Cunha f10977afa3 choose-{session,window}, and repeat-time added 2009-01-16 22:53:57 +00:00
Nicholas Marriott 9ebeeddf78 Tweak a little bit. 2009-01-16 20:04:54 +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
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 d4296cb558 Make last-window repeatable too; update my configuration backup, er, example. 2009-01-14 22:36:07 +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 db39fd8503 Add vim mode. 2008-12-20 09:09:57 +00:00
Nicholas Marriott 7a82e86827 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ 2008-12-08 16:19:51 +00:00
Nicholas Marriott c9a650c5d4 Document set-window-option, update example. 2008-06-17 06:18:44 +00:00
Nicholas Marriott 70c418c048 + comments. 2008-06-04 18:26:29 +00:00