diff options
| author | 2019-08-16 23:40:43 +0530 | |
|---|---|---|
| committer | 2019-08-16 23:40:43 +0530 | |
| commit | ac815c692a6ff6923f3943345145a82cf1306e4b (patch) | |
| tree | df438c7c00ae3be2c2e50eef070c514afd9ea8ad /misc/auto-completion/fish | |
| parent | e13481c5b0336ad62d9c72f06467b82673ac522c (diff) | |
| download | nnn-ac815c692a6ff6923f3943345145a82cf1306e4b.tar.gz | |
Option -o replaces NNN_RESTRICT_NAV_OPEN
Diffstat (limited to 'misc/auto-completion/fish')
| -rw-r--r-- | misc/auto-completion/fish/nnn.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/auto-completion/fish/nnn.fish b/misc/auto-completion/fish/nnn.fish index a3d836a..c7a7b8b 100644 --- a/misc/auto-completion/fish/nnn.fish +++ b/misc/auto-completion/fish/nnn.fish @@ -11,6 +11,7 @@ complete -c nnn -s e -d 'use exiftool instead of mediainfo' complete -c nnn -s H -d 'show hidden files' complete -c nnn -s i -d 'start in navigate-as-you-type mode' complete -c nnn -s n -d 'use version compare to sort files' +complete -c nnn -s o -d 'open files only on Enter' complete -c nnn -s p -r -d 'copy selection to file' complete -c nnn -s s -d 'use substring match for filters' complete -c nnn -s S -d 'start in disk usage analyzer mode' |