mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-22 18:07:11 +00:00
Removed head -n 1 from tmux widget
This commit is contained in:
parent
8f236e9fcf
commit
403f25bc22
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ to your Tmux configuration file.
|
|||
|
||||
```sh
|
||||
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'"
|
||||
"$SHELL --login -i -c 'navi --print | tmux load-buffer -b tmp - ; tmux paste-buffer -p -t {last} -b tmp -d'"
|
||||
```
|
||||
|
||||
## Example cheatsheet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue