Skip to content

Commit

Permalink
Merge pull request #839 from countcain/patch-1
Browse files Browse the repository at this point in the history
Update tmux doc
  • Loading branch information
denisidoro committed May 15, 2023
2 parents 6f316ec + 6d1e91b commit 06a72c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tmux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 06a72c5

Please sign in to comment.