mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Mostly-complete copy and paste.
This commit is contained in:
9
CHANGES
9
CHANGES
@ -1,5 +1,12 @@
|
||||
23 November 2007
|
||||
|
||||
* Mostly complete copy & paste. Copy mode entered with C-b [ (copy-mode
|
||||
command). In copy mode, arrow keys/page up/page down/hjkl/C-u/C-f navigate,
|
||||
space or C-space starts selection, and enter or C-w copies and (important!)
|
||||
exits copy mode. C-b ] (paste-buffer) pastes into current terminal. No
|
||||
extra utility keys (bol/eol/clear selection/etc), only one single buffer,
|
||||
and no buffer manipulation commands (clear/view/etc) yet. The code is also
|
||||
fugly :-(.
|
||||
* history-limit option to set maximum history. Does not apply retroactively to
|
||||
existing windows! Lines take up a variable amount of space, but a reasonable
|
||||
guess for an 80-column terminal is 250 KB per 1000 lines (of history used,
|
||||
@ -256,4 +263,4 @@
|
||||
(including mutt, emacs). No status bar yet and no key remapping or other
|
||||
customisation.
|
||||
|
||||
$Id: CHANGES,v 1.81 2007-11-23 12:48:20 nicm Exp $
|
||||
$Id: CHANGES,v 1.82 2007-11-23 17:52:54 nicm Exp $
|
||||
|
Reference in New Issue
Block a user