Skip to content

Update pi_netrw.{txt,jax} #2135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions doc/pi_netrw.jax
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,7 @@ scp や ftp 以外のプロトコルもサポートされています。次の
)

Netrw にはたくさんの変数が用意されていて、好きなようにカスタマイズできます。
:NetrwSettings コマンド (|netrw-settings|参照) を使うと、現在の netrw の設定が
表示されます。ほとんどの設定は下記、または |netrw-browser-options|、そして
このような設定のほとんどは、以下、|netrw-browser-options| および
|netrw-externapp| で説明されています。

*b:netrw_lastfile* 最後に読み書きされたネットワークファイルがバッファごと
Expand Down Expand Up @@ -744,9 +743,6 @@ SCP をパスワードフリーで使うには: |netrw-ssh-hack| を参照。
を指定すると、値を削除できます。
(関連: |netrw-userpass|)

:NetrwSettings このコマンドは |netrw-settings| で説明します。netrw の設定を表
示し、netrw の動作を変更するために使用されます。


==============================================================================
8. 変数とオプション *netrw-var* *netrw-settings* {{{1
Expand Down Expand Up @@ -1100,7 +1096,6 @@ QUICK HELP *netrw-quickhelp* {{{2
*netrw-quickcom* *netrw-quickcoms*
*netrw-explore-cmds* *netrw-browse-cmds*
☆クイックリファレンス: コマンド {{{2
:NetrwSettings............................................|netrw-settings|
:Ntree....................................................|netrw-ntree|
:Explore[!] [dir] カレントファイルのディレクトリを開く...|netrw-explore|
:Hexplore[!] [dir] 水平分割 & Explore.....................|netrw-explore|
Expand Down Expand Up @@ -2880,16 +2875,6 @@ Netrw 内部でオプションを変更するときは、ユーザー設定を
も) が置かれているディレクトリがカレントディレクトリとして設定されてしまいま
す。

☆NETRW 設定ウィンドウ *netrw-settings-window* {{{2

NetrwSettings.vim プラグインのコマンド >
:NetrwSettings
を実行すると、netrw の設定変数が表示されたウィンドウが表示されます。値を編集し
てファイルを保存すると設定が反映されます。それぞれの変数の上で "?" を押すとそ
の変数のヘルプが表示されます。

(参照: |netrw-browser-var| |netrw-protocol| |netrw-variables|)


==============================================================================
☆ファイルを取得する *netrw-obtain* *netrw-O* {{{2
Expand Down
21 changes: 2 additions & 19 deletions en/pi_netrw.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,8 @@ NETRW VARIABLES AND SETTINGS *netrw-variables* {{{2
)

Netrw provides a lot of variables which allow you to customize netrw to your
preferences. One way to look at them is via the command :NetrwSettings (see
|netrw-settings|) which will display your current netrw settings. Most such
settings are described below, in |netrw-browser-options|, and in
|netrw-externapp|:
preferences. Most such settings are described below, in
|netrw-browser-options|, and in |netrw-externapp|:

*b:netrw_lastfile* last file Network-read/written retained on a
per-buffer basis (supports plain :Nw )
Expand Down Expand Up @@ -765,9 +763,6 @@ below, a {netfile} is a URL to a remote file.
strings (ie. "").
(related: |netrw-userpass|)

:NetrwSettings This command is described in |netrw-settings| -- used to
display netrw settings and change netrw behavior.


==============================================================================
8. Variables and Options *netrw-var* *netrw-settings* {{{1
Expand Down Expand Up @@ -1125,7 +1120,6 @@ QUICK REFERENCE: MAPS *netrw-browse-maps* {{{2

*netrw-quickcom* *netrw-quickcoms*
QUICK REFERENCE: COMMANDS *netrw-explore-cmds* *netrw-browse-cmds* {{{2
:NetrwSettings............................................|netrw-settings|
:Ntree....................................................|netrw-ntree|
:Explore[!] [dir] Explore directory of current file......|netrw-explore|
:Hexplore[!] [dir] Horizontal Split & Explore.............|netrw-explore|
Expand Down Expand Up @@ -2950,17 +2944,6 @@ file you edit; this apparently also applies to directories. In other words,
autochdir sets the current directory to that containing the "file" (even if
that "file" is itself a directory).

NETRW SETTINGS WINDOW *netrw-settings-window* {{{2

With the NetrwSettings.vim plugin, >
:NetrwSettings
will bring up a window with the many variables that netrw uses for its
settings. You may change any of their values; when you save the file, the
settings therein will be used. One may also press "?" on any of the lines for
help on what each of the variables do.

(also see: |netrw-browser-var| |netrw-protocol| |netrw-variables|)


==============================================================================
OBTAINING A FILE *netrw-obtain* *netrw-O* {{{2
Expand Down