File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- *tabpage.txt* For Vim バージョン 9.1. Last change: 2022 Feb 02
1
+ *tabpage.txt* For Vim バージョン 9.1. Last change: 2024 Mar 25
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -197,7 +197,7 @@ gt *i_CTRL-<PageDown>* *i_<C-PageDown>*
197
197
:1tabnext " 最初のタブページに移動する
198
198
:$tabnext " 最後のタブページに移動する
199
199
:tabnext $ " 同上
200
- :tabnext # " 最後にアクセスしたタブページに移動する
200
+ :tabnext # " 最後にアクセスしたタブページに移動する
201
201
:tabnext - " 前のタブページに移動する
202
202
:tabnext -1 " 同上
203
203
:tabnext + " 次のタブページに移動する
@@ -249,16 +249,16 @@ g<Tab> 最後にアクセスしたタブページへ移動します。
249
249
:tabm[ove] [N] *:tabm* *:tabmove*
250
250
:[N] tabm[ove]
251
251
カレントタブページを N 番目のタブページの後ろに移動します。カ
252
- レントタブページを一番目のタブページにするにはゼロを指定します 。
252
+ レントタブページを1番目のタブページにするにはゼロを指定します 。
253
253
N は移動前に数えられるので、2番目のタブがカレントタブであれば、
254
254
`:tabmove 1` と `:tabmove 2` は効果がありません。
255
255
N を省略すると最後に移動します。 >
256
256
:.tabmove " 何もしない
257
257
:-tabmove " タブページを左に移動
258
258
:+tabmove " タブページを右に移動
259
- :0tabmove " タブページを左端に移動
259
+ :0tabmove " タブページを先頭に移動
260
260
:tabmove 0 " 同上
261
- :tabmove " タブページを右端に移動
261
+ :tabmove " タブページを最後尾に移動
262
262
:$tabmove " 同上
263
263
:tabmove $ " 同上
264
264
:tabmove # " 最後にアクセスしたタブページの後ろにタブペー
Original file line number Diff line number Diff line change 1
- *tabpage.txt* For Vim version 9.1. Last change: 2022 Feb 02
1
+ *tabpage.txt* For Vim version 9.1. Last change: 2024 Mar 25
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -196,7 +196,7 @@ gt *i_CTRL-<PageDown>* *i_<C-PageDown>*
196
196
:1tabnext " go to the first tab page
197
197
:$tabnext " go to the last tab page
198
198
:tabnext $ " as above
199
- :tabnext # " go to the last accessed tab page
199
+ :tabnext # " go to the last accessed tab page
200
200
:tabnext - " go to the previous tab page
201
201
:tabnext -1 " as above
202
202
:tabnext + " go to the next tab page
@@ -248,13 +248,12 @@ REORDERING TAB PAGES:
248
248
Move the current tab page to after tab page N. Use zero to
249
249
make the current tab page the first one. N is counted before
250
250
the move, thus if the second tab is the current one,
251
- `:tabmove 1` and `:tabmove 2` have no effect.
251
+ `:tabmove 1` and `:tabmove 2` have no effect.
252
252
Without N the tab page is made the last one. >
253
253
:.tabmove " do nothing
254
254
:-tabmove " move the tab page to the left
255
255
:+tabmove " move the tab page to the right
256
- :0tabmove " move the tab page to the beginning of the tab
257
- " list
256
+ :0tabmove " move the tab page to the first
258
257
:tabmove 0 " as above
259
258
:tabmove " move the tab page to the last
260
259
:$tabmove " as above
You can’t perform that action at this time.
0 commit comments