MISC
! ^] Shell ;K :K xK Execute plugin K
C Execute entry R ^V Pick plugin
- U Manage session = Launch app
- c Remote mount u Unmount
+ s Manage session = Launch app
+ c Connect remote u Unmount
\ ^P Prompt/run cmd L Lock
```
"1MISC\n"
"9! ^] Shell ;K :K xK Execute plugin K\n"
"cC Execute entry R ^V Pick plugin\n"
- "cU Manage session = Launch app\n"
- "cc SSHFS mount u Unmount\n"
+ "cs Manage session = Launch app\n"
+ "cc Connect remote u Unmount\n"
"9\\ ^P Prompt/run cmd L Lock\n"};
fd = create_tmp_file();
{ 'Q', SEL_QUIT },
{ CONTROL('Q'), SEL_QUIT },
{ KEY_MOUSE, SEL_CLICK },
- { 'U', SEL_SESSIONS },
+ { 's', SEL_SESSIONS },
};