Add commands to centre the cursor in copy mode, from m-einfalt at gmx

dot de in GitHub issue 4662.
This commit is contained in:
nicm
2025-10-28 16:36:52 +00:00
parent 9bf8ca5856
commit 0c5abfefd3
3 changed files with 44 additions and 0 deletions

10
tmux.1
View File

@@ -1951,6 +1951,16 @@ Move the cursor right.
.Xc
Move the cursor up.
.It Xo
.Ic cursor-centre-vertical
(emacs: C-l)
.Xc
Moves the cursor to the vertical centre of the pane.
.It Xo
.Ic cursor-centre-horizontal
(emacs: M-l)
.Xc
Moves the cursor to the horizontal centre of the pane.
.It Xo
.Ic end-of-line
(vi: $)
(emacs: C-e)