1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Troubleshooting (markdown)

Mischievous Meerkat 2019-12-03 06:48:27 +05:30
parent d62f274f66
commit 10ae494abb

@ -1,3 +1,9 @@
## Batch rename limitations
The batch-renamer implemented in `nnn` is a very simplified one. It's single-pass - reads the name/path of files iteratively (from a list of source files) and renames them (as specified in the same line number in a list of renamed files). It doesn't handle deletions or do any pre-parsing to account for rename loops, swaps, replaces, etc.
If you need a more powerful batch-renamer, please add `vidir` (from `moreutils`) or `qmv` (from `renameutils`) as a plugin. There's [`vim-renamer`](https://github.com/qpkorr/vim-renamer) too!
## Tmux configuration
`nnn` may not handle keypresses correctly when used with tmux (see issue #104 for more details). Set `TERM=xterm-256color` to address it.