From 805fe125dadc82c3aad54012b695bd479914ce1d Mon Sep 17 00:00:00 2001 From: "Alexandre GV." Date: Fri, 3 Jan 2025 12:11:05 +0100 Subject: [PATCH] Add bind name in tmux.md Makes the keybind appear in `Prefix + ?` (list of all named keybinds) --- docs/tmux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tmux.md b/docs/tmux.md index 415f3a9..657561e 100644 --- a/docs/tmux.md +++ b/docs/tmux.md @@ -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'" ```