diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -63,6 +63,7 @@ It runs on Linux, OS X, Raspberry Pi, Cygwin, Linux subsystem for Windows and Te - [quote paths](#quote-paths) - [to clipboard](#to-clipboard) - [cd on quit](#cd-on-quit) + - [vim plugin](#vim-plugin) - [run custom scripts](#run-custom-scripts) - [sample scripts](#sample-scripts) - [change dir color](#change-dir-color) @@ -80,6 +81,7 @@ It runs on Linux, OS X, Raspberry Pi, Cygwin, Linux subsystem for Windows and Te - Modes - Basic, detail (default), disk usage analyzer (du) + - Vim file picker (as a vim plugin) - Navigation - Familiar, easy shortcuts (arrows, `~`, `-`, `&`) - *Navigate-as-you-type* with auto-select directory @@ -439,6 +441,10 @@ Pick the appropriate file for your shell from [`scripts/quitcd`](scripts/quitcd) As you might notice, `nnn` uses the environment variable `NNN_TMPFILE` to write the last visited directory path. You can change it. +#### vim plugin + +`nnn` can be used as a file picker/chooser within vim. The instructions are available in the [nnn-picker.vim](https://github.com/jarun/nnn/blob/master/scripts/vim-plugin/nnn-picker.vim) plugin. + #### run custom scripts `nnn` can invoke custom scripts with the currently selected file name as argument 1. |