mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Advanced use cases (markdown)
parent
27d12c5b37
commit
ae91fec001
|
@ -34,7 +34,9 @@ While it's easy to compile because of few library dependencies, customizing shor
|
|||
|
||||
nnn -K
|
||||
|
||||
**Note:** There's one alternative keybind with the CONTROL (`^`) modifier for many operations. Those are for users who prefer to run `nnn` in the _type-to-nav_ mode.
|
||||
Note:
|
||||
|
||||
- There's one alternative keybind with the CONTROL (`^`) modifier for many operations. Those are for users who prefer to run `nnn` in the _type-to-nav_ mode.
|
||||
|
||||
## CLI-only opener
|
||||
|
||||
|
@ -153,7 +155,7 @@ super + n
|
|||
|
||||
## cp mv progress
|
||||
|
||||
**Note:** BSD and macOS users can press <kbd>^T</kbd> to check the progress.
|
||||
This section is Linux-specific. BSD and macOS users can press <kbd>^T</kbd> to check the progress.
|
||||
|
||||
[advcpmv](https://github.com/jarun/advcpmv) is used to show cp and mv progress on Linux.
|
||||
|
||||
|
@ -201,7 +203,7 @@ Official [instructions](https://wiki.termux.com/wiki/Internal_and_external_stora
|
|||
|
||||
## Pager as opener
|
||||
|
||||
**Note: This is severe abuse of your pager, but it makes your life richer.**
|
||||
**Disclaimer: This is severe abuse of your pager, but it makes your life richer.**
|
||||
|
||||
It would be convenient to have your pager choose how to view non-text files.
|
||||
|
||||
|
|
Loading…
Reference in a new issue