README.md | 6 +++--- plugins/README.md | 2 +- diff --git a/README.md b/README.md index cb0468ba89eeeafcc4e868aadc03f2e95e0631a6..ee8ba074660e57ea5ffeba020997c76493a0d674 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## Introduction `nnn` is a full-featured terminal file manager. It's tiny and nearly 0-config with an [incredible performance](https://github.com/jarun/nnn/wiki/Performance). -`nnn` is also a du analyzer, an app launcher, a batch renamer and a file picker. The [plugin repository](https://github.com/jarun/nnn/tree/master/plugins#nnn-plugins) has tons of plugins and documentation to extend the capabilities further. You can _plug_ new functionality _and play_ with a custom keybind instantly. There's an independent [(neo)vim plugin](https://github.com/mcchrish/nnn.vim). +`nnn` is also a du analyzer, an app launcher, a batch renamer and a file picker. The [plugin repository](https://github.com/jarun/nnn/tree/master/plugins#nnn-plugins) has tons of plugins and documentation to extend the capabilities further. You can _plug_ new functionality _and play_ with a hotkey. There's an independent [(neo)vim plugin](https://github.com/mcchrish/nnn.vim). It runs smoothly on the Raspberry Pi, Termux [on Android](https://www.youtube.com/watch?v=AbaauM7gUJw), Linux, macOS, BSD, Cygwin, WSL and works seamlessly with DEs and GUI utilities. @@ -32,7 +32,7 @@ - File picker, (neo)vim plugin - Navigation - *Navigate-as-you-type* with dir auto-select - Contexts (_aka_ tabs/workspaces) with custom colors - - Sessions, bookmarks; pin and visit a dir + - Sessions, bookmarks with hotkeys; pin and visit a dir - Remote mounts (needs sshfs, rclone) - Familiar shortcuts (arrows, ~, -, @), quick reference - CD on quit (*easy* shell integration) @@ -52,7 +52,7 @@ - Information - Detailed file information - Media information (using plugin) - Convenience - - Run plugins and custom commands with custom keybinds + - Run plugins and custom commands with hotkeys - FreeDesktop compliant trash (needs trash-cli) - Cross-dir file/all/range selection - Batch renamer (feature-limited) for selection or dir diff --git a/plugins/README.md b/plugins/README.md index 42af886cb343bd3f210c5ad2fceda1902455b56a..60fa5c05d395589b5071a56c695cea20f350047d 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -121,7 +121,7 @@ ## Create your own plugins Plugins can be written in any scripting language. However, POSIX-compliant shell scripts runnable in `sh` are preferred. -Drop the plugin in `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins` and make it executable. Optionally add a custom keybind in `$NNN_PLUG` for frequent usage. +Drop the plugin in `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins` and make it executable. Optionally add a hotkey in `$NNN_PLUG` for frequent usage. #### Controlling `nnn`'s active directory `nnn` provides a mechanism for plugins to control its active directory.