File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1- *pi_tar.txt* For Vim バージョン 9.1. Last change: 2024 May 11
1+ *pi_tar.txt* For Vim バージョン 9.1. Last change: 2025 Mar 16
22
33 +====================+
44 | Tar File Interface |
@@ -74,6 +74,15 @@ Copyright 2005-2017: *tar-copyright*
7474 let g:loaded_tarPlugin= 1
7575 let g:loaded_tar = 1
7676<
77+ *tar-mappings*
78+ マッピング~
79+
80+ tar バッファでは、以下の (バッファローカル) マッピングが使用できる:
81+
82+ <CR> 選択したファイルを編集用に開くと、変更内容がアーカイブ
83+ に書き戻される。
84+ <LeftMouse> <CR> と同じ。
85+ x 選択したファイルを抽出する。
7786
7887==============================================================================
79883. オプション *tar-options*
Original file line number Diff line number Diff line change 1- *pi_tar.txt* For Vim version 9.1. Last change: 2024 May 11
1+ *pi_tar.txt* For Vim version 9.1. Last change: 2025 Mar 16
22
33 +====================+
44 | Tar File Interface |
@@ -74,6 +74,15 @@ Copyright 2005-2017: *tar-copyright*
7474 let g:loaded_tarPlugin= 1
7575 let g:loaded_tar = 1
7676<
77+ *tar-mappings*
78+ MAPPINGS~
79+
80+ The following (buffer-local) mappings are available in a tar buffer:
81+
82+ <CR> Open selected file for editing, any changes will be
83+ written back to the archive.
84+ <LeftMouse> same as <CR>
85+ x Extract selected file.
7786
7887==============================================================================
79883. Options *tar-options*
You can’t perform that action at this time.
0 commit comments