Skip to content

Commit

Permalink
feat(shell-config): enable FZF keybinds for FZF reverse history searc…
Browse files Browse the repository at this point in the history
…h with Ctrl-R (#81)

* Update ultramarine-shell.zsh

* Update ultramarine-shell-config.spec
  • Loading branch information
amethystgosling163 authored Oct 22, 2024
1 parent c4a2b7e commit bdd7117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ultramarine/shell-config/ultramarine-shell-config.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Requires: zsh-autosuggestions
Requires: zsh-syntax-highlighting
Requires: bat
Requires: starship
Requires: fzf


BuildArch: noarch
Expand Down
2 changes: 2 additions & 0 deletions ultramarine/shell-config/ultramarine-shell.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ eval "$(starship init zsh)"
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh

source /usr/share/fzf/shell/key-bindings.zsh

# Ctrl + Arrow keybindings
bindkey "^[[1;5D" backward-word
bindkey "^[[1;5C" forward-word
Expand Down

0 comments on commit bdd7117

Please sign in to comment.