File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,11 @@ CTRL-R {register} *i_CTRL-R*
123
123
'/' 最後に検索を行ったパターン
124
124
':' 最後に実行したコマンドライン
125
125
'.' 最後に挿入したテキスト
126
- '-' 最後に削除した小さい(行単位以下の)領域
126
+ *i_CTRL-R_-*
127
+ '-' 最後に削除した小さい (行単位以下の) レジスタ。
128
+ これは、挿入するリテラルテキストの代わりに貼り
129
+ 付けるレジスタを記憶しているので、| . | を使って
130
+ 繰り返すことができる。
127
131
*i_CTRL-R_=*
128
132
'=' 式評価レジスタ: 式評価の入力を求められる
129
133
(| expression | 参照)。
Original file line number Diff line number Diff line change @@ -127,7 +127,11 @@ CTRL-R {register} *i_CTRL-R*
127
127
'/' the last search pattern
128
128
':' the last command-line
129
129
'.' the last inserted text
130
+ *i_CTRL-R_-*
130
131
'-' the last small (less than a line) delete
132
+ register. This is repeatable using | . | since
133
+ it remembers the register to put instead of
134
+ the literal text to insert.
131
135
*i_CTRL-R_=*
132
136
'=' the expression register: you are prompted to
133
137
enter an expression (see | expression | )
You can’t perform that action at this time.
0 commit comments