mirror of
https://github.com/jarun/nnn.git
synced 2024-12-01 02:49:44 +00:00
Key 's' to manage session
This commit is contained in:
parent
741f82b091
commit
a3d6b81d9f
|
@ -232,8 +232,8 @@ The list below is from the **dev branch**. Press <kbd>?</kbd> in `nnn` to see th
|
||||||
MISC
|
MISC
|
||||||
! ^] Shell ;K :K xK Execute plugin K
|
! ^] Shell ;K :K xK Execute plugin K
|
||||||
C Execute entry R ^V Pick plugin
|
C Execute entry R ^V Pick plugin
|
||||||
U Manage session = Launch app
|
s Manage session = Launch app
|
||||||
c Remote mount u Unmount
|
c Connect remote u Unmount
|
||||||
\ ^P Prompt/run cmd L Lock
|
\ ^P Prompt/run cmd L Lock
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -3516,8 +3516,8 @@ static void show_help(const char *path)
|
||||||
"1MISC\n"
|
"1MISC\n"
|
||||||
"9! ^] Shell ;K :K xK Execute plugin K\n"
|
"9! ^] Shell ;K :K xK Execute plugin K\n"
|
||||||
"cC Execute entry R ^V Pick plugin\n"
|
"cC Execute entry R ^V Pick plugin\n"
|
||||||
"cU Manage session = Launch app\n"
|
"cs Manage session = Launch app\n"
|
||||||
"cc SSHFS mount u Unmount\n"
|
"cc Connect remote u Unmount\n"
|
||||||
"9\\ ^P Prompt/run cmd L Lock\n"};
|
"9\\ ^P Prompt/run cmd L Lock\n"};
|
||||||
|
|
||||||
fd = create_tmp_file();
|
fd = create_tmp_file();
|
||||||
|
|
Loading…
Reference in a new issue