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
2
2
3
3
+====================+
4
4
| Tar File Interface |
@@ -74,6 +74,15 @@ Copyright 2005-2017: *tar-copyright*
74
74
let g:loaded_tarPlugin= 1
75
75
let g:loaded_tar = 1
76
76
<
77
+ *tar-mappings*
78
+ マッピング~
79
+
80
+ tar バッファでは、以下の (バッファローカル) マッピングが使用できる:
81
+
82
+ <CR> 選択したファイルを編集用に開くと、変更内容がアーカイブ
83
+ に書き戻される。
84
+ <LeftMouse> <CR> と同じ。
85
+ x 選択したファイルを抽出する。
77
86
78
87
==============================================================================
79
88
3. オプション *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
2
2
3
3
+====================+
4
4
| Tar File Interface |
@@ -74,6 +74,15 @@ Copyright 2005-2017: *tar-copyright*
74
74
let g:loaded_tarPlugin= 1
75
75
let g:loaded_tar = 1
76
76
<
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.
77
86
78
87
==============================================================================
79
88
3. Options *tar-options*
You can’t perform that action at this time.
0 commit comments