docs: reshuffle a bindable function to a slightly better position
Этот коммит содержится в:
родитель
d92142c66a
Коммит
c2593c1c5a
@ -1147,9 +1147,6 @@ Copies the current line (or the marked region) without deleting it.
|
||||
Copies the currently stored text into the current buffer at the
|
||||
current cursor position.
|
||||
|
||||
@item mark
|
||||
Sets the mark at the current position, to start selecting text.
|
||||
|
||||
@item cutwordleft
|
||||
Cuts from the cursor position to the beginning of the preceding word.
|
||||
|
||||
@ -1159,6 +1156,10 @@ Cuts from the cursor position to the beginning of the next word.
|
||||
@item cutrestoffile
|
||||
Cuts all text from the cursor position till the end of the buffer.
|
||||
|
||||
@item mark
|
||||
Sets the mark at the current position, to start selecting text.
|
||||
Or, when it is set, unsets the mark.
|
||||
|
||||
@item curpos
|
||||
Shows the current cursor position: the line, column, and character positions.
|
||||
|
||||
|
@ -494,9 +494,6 @@ Copies the current line (or the marked region) without deleting it.
|
||||
Copies the currently stored text into the current buffer at the
|
||||
current cursor position.
|
||||
.TP
|
||||
.B mark
|
||||
Sets the mark at the current position, to start selecting text.
|
||||
.TP
|
||||
.B cutwordleft
|
||||
Cuts from the cursor position to the beginning of the preceding word.
|
||||
.TP
|
||||
@ -506,6 +503,10 @@ Cuts from the cursor position to the beginning of the next word.
|
||||
.B cutrestoffile
|
||||
Cuts all text from the cursor position till the end of the buffer.
|
||||
.TP
|
||||
.B mark
|
||||
Sets the mark at the current position, to start selecting text.
|
||||
Or, when it is set, unsets the mark.
|
||||
.TP
|
||||
.B curpos
|
||||
Shows the current cursor position: the line, column, and character positions.
|
||||
.TP
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user