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

Updated Troubleshooting (markdown)

Piña Colada 2021-05-05 13:03:05 +05:30
parent 5f98797761
commit ae519e5325

@ -40,11 +40,11 @@ n ()
One possible workaround is to extract the path from the cwd command that `nnn` uses: One possible workaround is to extract the path from the cwd command that `nnn` uses:
`lsof -c nnn | grep cwd` lsof -c nnn | grep cwd
To get the path on the last executed cwd command: To get the path on the last executed cwd command:
`lsof -w -c nnn | grep cwd | tail -n 1 | awk '{print $9}'` lsof -w -c nnn | grep cwd | tail -n 1 | awk '{print $9}'
A script example`tmux_split_curdir.sh`: A script example`tmux_split_curdir.sh`: