mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 01:18:52 +00:00
C-u C-f from merdely.
This commit is contained in:
parent
8fee858871
commit
6bc6e97da5
4
TODO
4
TODO
@ -52,6 +52,7 @@
|
|||||||
- document list-commands. document switch-client. document move-window
|
- document list-commands. document switch-client. document move-window
|
||||||
- document buffer stuff
|
- document buffer stuff
|
||||||
- document next/prev word
|
- document next/prev word
|
||||||
|
- fix prompt scrolling when line exceeds space ****
|
||||||
- commands:
|
- commands:
|
||||||
save-buffer -b number filename
|
save-buffer -b number filename
|
||||||
load-buffer -b number filename
|
load-buffer -b number filename
|
||||||
@ -71,3 +72,6 @@
|
|||||||
- command history for command-prompt. better tab completion (use options too)
|
- command history for command-prompt. better tab completion (use options too)
|
||||||
- window options should be done similarly to standard options
|
- window options should be done similarly to standard options
|
||||||
- next prev word etc in command prompt
|
- next prev word etc in command prompt
|
||||||
|
- split keys in command prompt/scroll mode/copy mode into vi and emacs and
|
||||||
|
have a "edit-mode" option select which keymap
|
||||||
|
|
||||||
|
6
tmux.1
6
tmux.1
@ -1,4 +1,4 @@
|
|||||||
.\" $Id: tmux.1,v 1.43 2008-06-25 20:33:20 nicm Exp $
|
.\" $Id: tmux.1,v 1.44 2008-06-26 19:02:18 nicm Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -221,6 +221,10 @@ keys, or
|
|||||||
and
|
and
|
||||||
.Ql l ,
|
.Ql l ,
|
||||||
will scroll left and right.
|
will scroll left and right.
|
||||||
|
.Ql C-u
|
||||||
|
and
|
||||||
|
.Ql C-f
|
||||||
|
may be used to scroll up and down by one screen.
|
||||||
.It Em copy mode
|
.It Em copy mode
|
||||||
This permits a section of a window or its history to be copied to the
|
This permits a section of a window or its history to be copied to the
|
||||||
.Em paste buffer
|
.Em paste buffer
|
||||||
|
Loading…
Reference in New Issue
Block a user