Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-13 | |
|\| | ||||
| * | Remove mention of key tables than no longer exist. | nicm | 2016-10-13 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-13 | |
|\| | ||||
| * | -f missed from splitw usage, from Felix Rosencrantz. | nicm | 2016-10-13 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-13 | |
|\| | | | | | | | | | Conflicts: paste.c | |||
| * | bind-key -c has gone, remove from man page, and unused table declarations. | nicm | 2016-10-12 | |
| | | ||||
| * | Drop the edit mode key tables and just use fixed key bindings for the | nicm | 2016-10-12 | |
| | | | | | | | | command prompt. | |||
| * | The repeat prompt in both emacs and vi (and the old one in tmux) doesn't | nicm | 2016-10-12 | |
| | | | | | | | | | | | | support line editing and instead executes a command as soon as a non-number key is pressed. Add a -N flag to command-prompt for the same in copy mode. Reported by Theo Buehler. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-12 | |
|\| | | | | | | | | | | | Conflicts: format.c osdep-openbsd.c | |||
| * | Support double and triple clicks (they are cumulative, so double is | nicm | 2016-10-11 | |
| | | | | | | | | | | fired then triple), and use for select-word and select-line in copy mode. Inspired by a different solution from Omar Sandoval. | |||
| * | Fundamental change to how copy mode key bindings work: | nicm | 2016-10-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The vi-copy and emacs-copy mode key tables are gone, and instead copy mode commands are bound in one of two normal key tables ("copy-mode" or "copy-mode-vi"). Keys are bound to "send-keys -X copy-mode-command". So: bind -temacs-copy C-Up scroll-up bind -temacs-copy -R5 WheelUpPane scroll-up Becomes: bind -Tcopy-mode C-Up send -X scroll-up bind -Tcopy-mode WheelUpPane send -N5 -X scroll-up This allows the full command parser and command set to be used - for example, we can use the normal command prompt for searching, jumping, and so on instead of a custom one: bind -Tcopy-mode C-r command-prompt -p'search up' "send -X search-backward '%%'" command-prompt also gets a -1 option to only require on key press, which is needed for jumping. The plan is to get rid of mode keys entirely, so more to come eventually. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-04 | |
|\| | ||||
| * | Document set-hook -u. | nicm | 2016-10-03 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-09-12 | |
|\| | ||||
| * | Allow repeat count to be specified in mode key tables with bind-key -R, | nicm | 2016-09-12 | |
| | | | | | | | | | | and set the default repeat count to 5 for WheelUp and WheelDown in copy-mode. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-09-04 | |
|\| | ||||
| * | Add support for performing a full width split (with splitw -f), rather | nicm | 2016-09-04 | |
| | | | | | | | | than splitting the current cell. From Stephen Kent. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-08-22 | |
|\| | ||||
| * | Two minor fixes from dilyan palauzov. | nicm | 2016-08-22 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-08-03 | |
|\| | ||||
| * | We only replace the first %%, not multiple (use %2 for second). | nicm | 2016-08-03 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-06-16 | |
|\| | ||||
| * | Allow a command to be specified to display-panes, similar to | nicm | 2016-06-16 | |
| | | | | | | | | command-prompt, rather than always just selecting the pane. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-06-15 | |
|\| | ||||
| * | Add missing buffer_name format, from Awal Garg. | nicm | 2016-06-15 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-06-15 | |
|\| | ||||
| * | Add -F to list-commands. | nicm | 2016-06-15 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-05-12 | |
|\| | ||||
| * | - Rework load_cfg() error handling a little. | tim | 2016-05-12 | |
| | | | | | | | | | | | | - Add -q to source-file to suppress errors about nonexistent files. Input and OK nicm@ | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-05-01 | |
|\| | ||||
| * | Missing format (window_activity_flag) and a missing Ta. | nicm | 2016-05-01 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-04-30 | |
|\| | ||||
| * | tweak previous; | jmc | 2016-04-29 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-04-29 | |
|\| | ||||
| * | Compact a small table into text. | nicm | 2016-04-29 | |
| | | ||||
| * | Add option to include status text in the pane borders. If | nicm | 2016-04-29 | |
| | | | | | | | | | | | | | | | | | | pane-border-status is set to "top" or "bottom" (rather than "off"), every pane has a permanent top or bottom border containing the text from pane-border-format. Based on a diff sent long ago by Jonathan Slenders, mostly rewritten and simplified by me. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-04-29 | |
|\| | ||||
| * | Final parts of command hooks, add before- and after- hooks to each command. | nicm | 2016-04-29 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-04-27 | |
|\| | ||||
| * | Add next/previous paragraph, from J Raynor. | nicm | 2016-04-27 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-03-18 | |
|\| | ||||
| * | Instead of reusing MouseUp at the finish of a drag, add a new key | nicm | 2016-03-18 | |
| | | | | | | | | MouseDragEnd. It can be useful to bind them separately in copy mode. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-03-02 | |
|\| | | | | | | | | | Conflicts: utf8.c | |||
| * | Fix break-pane synopsis and some other tmux.1 bits. | nicm | 2016-03-01 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-31 | |
|\| | ||||
| * | Support negative trim values (#{=-10:pane_title}) to trim from the end, | nicm | 2016-01-31 | |
| | | | | | | | | suggested by Kevin Brubeck Unhammer. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-29 | |
|\| | ||||
| * | Support for RGB colour, using the extended cell mechanism to avoid | nicm | 2016-01-29 | |
| | | | | | | | | | | | | | | | | wasting unnecessary space. The 'Tc' flag must be set in the external TERM entry (using terminal-overrides or a custom terminfo entry), if not tmux will map to the closest of the 256 or 16 colour palettes. Mostly from Suraj N Kurapati, based on a diff originally by someone else. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-19 | |
|\| | ||||
| * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 | |
| | |