mirror of
https://github.com/jarun/nnn.git
synced 2024-11-22 15:20:59 +03:00
Updated Troubleshooting (markdown)
parent
5f98797761
commit
ae519e5325
@ -40,11 +40,11 @@ n ()
|
||||
|
||||
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:
|
||||
|
||||
`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`:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user