File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
- *filetype.txt* For Vim バージョン 9.1. Last change: 2024 Jul 16
1
+ *filetype.txt* For Vim バージョン 9.1. Last change: 2024 Aug 21
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -746,9 +746,13 @@ Man {number} {name}
746
746
nmap <F1> <Plug>ManPreGetPage
747
747
748
748
ローカルキーマップ:
749
+ <Plug> ManBS
750
+ <LocalLeader> h バッファからバックスペース <BS> 文字をクリアする。
749
751
CTRL-] カーソルの下の単語についてのマニュアルページへ移動する。
750
752
CTRL-T 直前のマニュアルページへ戻る。
751
- q | :quit | コマンドと同じ。
753
+
754
+ マッピングは以下で無効にできる: >
755
+ let g:no_man_maps = 1
752
756
753
757
水平の代わりに垂直分割を使用するには: >
754
758
let g:ft_man_open_mode = 'vert'
Original file line number Diff line number Diff line change 1
- *filetype.txt* For Vim version 9.1. Last change: 2024 Jul 16
1
+ *filetype.txt* For Vim version 9.1. Last change: 2024 Aug 21
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -753,9 +753,13 @@ Global mapping:
753
753
nmap <F1> <Plug>ManPreGetPage
754
754
755
755
Local mappings:
756
+ <Plug> ManBS
757
+ <LocalLeader> h Clear backspace <BS> characters from the buffer
756
758
CTRL-] Jump to the manual page for the word under the cursor.
757
759
CTRL-T Jump back to the previous manual page.
758
- q Same as the | :quit | command.
760
+
761
+ The mappings can be disabled with: >
762
+ let g:no_man_maps = 1
759
763
760
764
To use a vertical split instead of horizontal: >
761
765
let g:ft_man_open_mode = 'vert'
@@ -764,8 +768,8 @@ To use a new tab: >
764
768
765
769
To enable | folding | , use this: >
766
770
let g:ft_man_folding_enable = 1
767
- If you do not like the default folding, use an | autocommand | to add your desired
768
- folding style instead. For example: >
771
+ If you do not like the default folding, use an | autocommand | to add your
772
+ desired folding style instead. For example: >
769
773
autocmd FileType man setlocal foldmethod=indent foldenable
770
774
771
775
If you would like :Man {number} {name} to behave like man {number} {name} by
You can’t perform that action at this time.
0 commit comments