mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
Update tmux.md
Fix the tmux command
This commit is contained in:
parent
6f316ec7eb
commit
6d1e91bcbd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Add these lines to your Tmux config file to access **navi** by pressing `prefix
|
|||
|
||||
```sh
|
||||
bind-key -T prefix C-g split-window \
|
||||
"$SHELL --login -i -c 'navi --print | head -c -1 | tmux load-buffer -b tmp - ; tmux paste-buffer -p -t {last} -b tmp -d'"
|
||||
"$SHELL --login -i -c 'navi --print | head -n 1 | tmux load-buffer -b tmp - ; tmux paste-buffer -p -t {last} -b tmp -d'"
|
||||
```
|
||||
|
||||
Example cheatsheet:
|
||||
|
|
Loading…
Reference in a new issue