File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
Expand file tree Collapse file tree 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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -746,9 +746,13 @@ Man {number} {name}
746746 nmap <F1> <Plug>ManPreGetPage
747747
748748 ローカルキーマップ:
749+ <Plug> ManBS
750+ <LocalLeader> h バッファからバックスペース <BS> 文字をクリアする。
749751CTRL-] カーソルの下の単語についてのマニュアルページへ移動する。
750752CTRL-T 直前のマニュアルページへ戻る。
751- q | :quit | コマンドと同じ。
753+
754+ マッピングは以下で無効にできる: >
755+ let g:no_man_maps = 1
752756
753757 水平の代わりに垂直分割を使用するには: >
754758 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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -753,9 +753,13 @@ Global mapping:
753753 nmap <F1> <Plug>ManPreGetPage
754754
755755 Local mappings:
756+ <Plug> ManBS
757+ <LocalLeader> h Clear backspace <BS> characters from the buffer
756758CTRL-] Jump to the manual page for the word under the cursor.
757759CTRL-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
759763
760764 To use a vertical split instead of horizontal: >
761765 let g:ft_man_open_mode = 'vert'
@@ -764,8 +768,8 @@ To use a new tab: >
764768
765769 To enable | folding | , use this: >
766770 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: >
769773 autocmd FileType man setlocal foldmethod=indent foldenable
770774
771775 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