aboutsummaryrefslogtreecommitdiff
path: root/examples/tmux.vim
Commit message (Collapse)AuthorAge
...
* Update.Tiago Cunha2009-08-09
|
* Update.Tiago Cunha2009-08-09
|
* Update.Tiago Cunha2009-07-30
|
* Update.Tiago Cunha2009-07-20
|
* - New command display-message (alias display) to display a message in theTiago Cunha2009-07-17
| | | | | | | | 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.
* Update.Tiago Cunha2009-07-13
|
* Update.Tiago Cunha2009-07-02
|
* - New window option monitor-content to search for a string in a window, andTiago Cunha2009-05-19
| | | | | | | | | 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.
* Update commands, and options.Tiago Cunha2009-04-27
|
* automatic-rename added.Tiago Cunha2009-02-08
|
* - Document find-window.Tiago Cunha2009-02-06
| | | | | | | | - Document suspend-client. - Document window-status-{attr,bg,fg}. - Options without arguments should be listed first. - s/Copies/Copy/.
* copy-buffer command.Tiago Cunha2009-02-03
|
* {message,status,mode}-attr addedTiago Cunha2009-02-01
|
* load-buffer commandTiago Cunha2009-01-25
|
* xterm-keys addedTiago Cunha2009-01-17
|
* choose-{session,window}, and repeat-time addedTiago Cunha2009-01-16
|
* Document command-prompt template string, and panes commands. From nicm and me.Tiago Cunha2009-01-16
|
* Document default-path, and update set/setw with the -u flag. From nicm and me.Tiago Cunha2009-01-15
|
* Update commands and options. While there, rename the keyword groupsTiago Cunha2009-01-12
| | | | | tmuxCmdsSet and tmuxCmdsSetw to tmuxOptsSet and tmuxOptsSetw.
* Add vim mode.Nicholas Marriott2008-12-20