From 403f25bc22a0656bfc404c4f1cb211eea1a49a5f Mon Sep 17 00:00:00 2001 From: Daniel Cooper Date: Mon, 30 Jun 2025 11:53:51 +1000 Subject: [PATCH] Removed head -n 1 from tmux widget --- docs/widgets/howto/TMUX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/howto/TMUX.md b/docs/widgets/howto/TMUX.md index 332c4db..a8289ea 100644 --- a/docs/widgets/howto/TMUX.md +++ b/docs/widgets/howto/TMUX.md @@ -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