Skip to content

Commit

Permalink
feat(zsh): Add navi
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 11, 2023
1 parent 45b076e commit bd26ac7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/zsh/keybinds.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
2 changes: 2 additions & 0 deletions modules/shell/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ in {
fcp
fd
unstable.fzf
navi
tldr
cheat
thefuck
unstable.rclone
ripgrep
Expand Down

0 comments on commit bd26ac7

Please sign in to comment.