Skip to content

Commit

Permalink
Merge pull request #927 from alexandregv/tmux-bind-name
Browse files Browse the repository at this point in the history
Add bind name in tmux.md
  • Loading branch information
denisidoro authored Jan 18, 2025
2 parents bb1efa4 + 805fe12 commit 3381c4d
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 @@ -5,7 +5,7 @@ You can use **navi** as a [Tmux](https://github.com/tmux/tmux/wiki) widget to re
Add these lines to your Tmux config file to access **navi** by pressing `prefix + C-g`.

```sh
bind-key -T prefix C-g split-window \
bind-key -N "Open Navi (cheat sheets)" -T prefix C-g split-window \
"$SHELL --login -i -c 'navi --print | head -n 1 | tmux load-buffer -b tmp - ; tmux paste-buffer -p -t {last} -b tmp -d'"
```

Expand Down

0 comments on commit 3381c4d

Please sign in to comment.