From bd26ac7017215f046e9d26d01e1a65f5aa646ecb Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Wed, 11 Oct 2023 13:09:10 -0500 Subject: [PATCH] feat(zsh): Add navi --- config/zsh/keybinds.zsh | 3 +++ modules/shell/zsh.nix | 2 ++ 2 files changed, 5 insertions(+) diff --git a/config/zsh/keybinds.zsh b/config/zsh/keybinds.zsh index 94827d43..98be602b 100644 --- a/config/zsh/keybinds.zsh +++ b/config/zsh/keybinds.zsh @@ -63,3 +63,6 @@ history-beginning-search-backward-then-append() { } zle -N history-beginning-search-backward-then-append bindkey -M viins '^x^l' history-beginning-search-backward-then-append + +# Navi +eval "$(navi widget zsh)" diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix index 936e9bf9..2f4b6dc3 100644 --- a/modules/shell/zsh.nix +++ b/modules/shell/zsh.nix @@ -50,7 +50,9 @@ in { fcp fd unstable.fzf + navi tldr + cheat thefuck unstable.rclone ripgrep