diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-08 07:06:09 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-08 07:06:09 +0530 |
commit | 99a9d63ee7cd15ea5eac1c29c2bddae2141b5044 (patch) | |
tree | b08c46c6043affc181aebe9f4440da661f4f79c1 /nnn.1 | |
parent | 23acdebf441cf7b880805cca65689678e59195ba (diff) | |
download | nnn-99a9d63ee7cd15ea5eac1c29c2bddae2141b5044.tar.gz |
GUI app launcher mode with 'o'.
Removed file manager and desktop search keys.
Both can be launched with launcher key.
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -57,8 +57,6 @@ Change to initial directory Change to the last visited directory .It Ic / Change filter (more information below) -.It Ic ^/ -Search directory in desktop search tool .It Ic \&. Toggle show hidden . (dot) files .It Ic ^B @@ -95,8 +93,6 @@ Spawn SHELL in PWD (fallback sh) Run a custom script .It Ic e Open current entry in EDITOR (fallback vi) -.It Ic o -Open directory in NNN_DE_FILE_MANAGER .It Ic p Open current entry in PAGER (fallback less) .It Ic f @@ -119,6 +115,8 @@ Force a redraw, clear prompt Exit prompt .It Ic L Lock terminal (Linux only) +.It Ic o +Launch a GUI application .It Ic \&? Toggle help and settings screen .It Ic Q, ^G @@ -240,12 +238,6 @@ files. export NNN_USE_EDITOR=1 .Ed .Pp -\fBNNN_DE_FILE_MANAGER:\fR set to a desktop file manager to open the current -directory with. E.g.: -.Bd -literal - export NNN_DE_FILE_MANAGER=thunar -.Ed -.Pp \fBNNN_IDLE_TIMEOUT:\fR set idle timeout (in seconds) to invoke terminal screensaver. .Pp |