Skip to content

Commit

Permalink
Add Zsh key bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnett committed Nov 5, 2024
1 parent 67c0f78 commit 38d9e16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ zinit light zdharma-continuum/fast-syntax-highlighting
zinit light zsh-users/zsh-completions
zinit light zsh-users/zsh-autosuggestions

# Add key bindings
zinit snippet OMZL::key-bindings.zsh
bindkey '^H' backward-kill-word

# Color for autosuggestions
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=6'

Expand Down

0 comments on commit 38d9e16

Please sign in to comment.