File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 1
- *filetype.txt* For Vim バージョン 9.1. Last change: 2025 May 10
1
+ *filetype.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1057,8 +1057,18 @@ TYPST *ft-typst-plugin*
1057
1057
<
1058
1058
VIM *ft-vim-plugin*
1059
1059
1060
- Vim ファイルタイププラグインは、[[ および ]] で関数の先頭および末尾に移動する
1061
- ためのマッピングを定義する。コメントの周辺には ]" および [" で移動する。
1060
+ Vim ファイルタイププラグインは以下のマッピングを定義する:
1061
+
1062
+ [[ 前の関数の先頭に移動する
1063
+ ]] 次の関数の先頭に移動する
1064
+ ][ 前の関数の末尾に移動する
1065
+ [] 次の関数の末尾に移動する
1066
+ ]" 次の (旧来の) コメントに移動する
1067
+ [" 前の (旧来の) コメントに移動する
1068
+ gf カーソル下のファイルを編集する
1069
+ CTRL-W gf カーソル下のファイルを新しいタブページで編集する
1070
+ CTRL-W f カーソル下のファイルを新しいウィンドウで編集する
1071
+
1062
1072
1063
1073
このマッピングは以下のようにして無効化することができる: >
1064
1074
let g:no_vim_maps = 1
Original file line number Diff line number Diff line change 1
- *filetype.txt* For Vim version 9.1. Last change: 2025 May 10
1
+ *filetype.txt* For Vim version 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1063,8 +1063,18 @@ To disable: >
1063
1063
<
1064
1064
VIM *ft-vim-plugin*
1065
1065
1066
- The Vim filetype plugin defines mappings to move to the start and end of
1067
- functions with [[ and ]]. Move around comments with ]" and [".
1066
+ The Vim filetype plugin defines the following mappings:
1067
+
1068
+ [[ move to the start of the previous function
1069
+ ]] move to the start of the next function
1070
+ ][ move to the end of the previous function
1071
+ [] move to the end of the next function
1072
+ ]" move to the next (legacy) comment
1073
+ [" move to the previous (legacy) comment
1074
+ gf edit the file under the cursor
1075
+ CTRL-W gf edit the file under the cursor in a new tab
1076
+ CTRL-W f edit the file under the cursor in a new window
1077
+
1068
1078
1069
1079
The mappings can be disabled with: >
1070
1080
let g:no_vim_maps = 1
You can’t perform that action at this time.
0 commit comments