瀏覽代碼

Fix doc

master
Arun Prakash Jana 4 年之前
父節點
當前提交
8ebedab3f6
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 3 個檔案被更改,包括 3 行新增3 行删除
  1. +1
    -1
      plugins/README.md
  2. +1
    -1
      src/nnn.c
  3. +1
    -1
      src/nnn.h

+ 1
- 1
plugins/README.md 查看文件

@@ -65,7 +65,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`.


## Invoking a plugin ## Invoking a plugin


Use the plugin shortcut (<kbd>;key</kbd> or <kbd>;key</kbd>) to list the defined plugin keys and press the required key. E.g., with the below config:
Use the plugin shortcut (<kbd>;key</kbd> or <kbd>^Pkey</kbd>) to list the defined plugin keys and press the required key. E.g., with the below config:


export NNN_PLUG='o:fzopen;p:mocplay;d:diffs;m:nmount;n:notes;v:imgviu;t:imgthumb' export NNN_PLUG='o:fzopen;p:mocplay;d:diffs;m:nmount;n:notes;v:imgviu;t:imgthumb'




+ 1
- 1
src/nnn.c 查看文件

@@ -3617,7 +3617,7 @@ static void show_help(const char *path)
"9Q ^Q Quit%-20cq Quit context\n" "9Q ^Q Quit%-20cq Quit context\n"
"1FILES\n" "1FILES\n"
"b^O Open with...%-12cn Create new/link\n" "b^O Open with...%-12cn Create new/link\n"
"cD File details%-12cd Detail view toggle\n"
"b^F File details%-12cd Detail view toggle\n"
"b^R Rename/dup%-14cr Batch rename\n" "b^R Rename/dup%-14cr Batch rename\n"
"cz Archive entry%-11c* Toggle exe\n" "cz Archive entry%-11c* Toggle exe\n"
"5Space ^J (Un)select%-11cm ^K Mark range/clear\n" "5Space ^J (Un)select%-11cm ^K Mark range/clear\n"


+ 1
- 1
src/nnn.h 查看文件

@@ -168,7 +168,7 @@ static struct key bindings[] = {
/* Detailed listing */ /* Detailed listing */
{ 'd', SEL_DETAIL }, { 'd', SEL_DETAIL },
/* File details */ /* File details */
{ 'D', SEL_STATS },
{ CONTROL('F'), SEL_STATS },
/* Toggle executable status */ /* Toggle executable status */
{ '*', SEL_CHMODX }, { '*', SEL_CHMODX },
/* Create archive */ /* Create archive */


Loading…
取消
儲存