Merge pull request #839 from countcain/patch-1

Update tmux doc
This commit is contained in:
Denis Isidoro 2023-05-15 08:56:48 -03:00 committed by GitHub
commit 06a72c5dce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: