feat: add some key bindings
This commit is contained in:
parent
86b16c8315
commit
50dc3e8c36
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ export GPG_TTY="$(tty)"
|
|||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpg-connect-agent updatestartuptty /bye > /dev/null
|
||||
|
||||
bindkey "^[[H" beginning-of-line
|
||||
bindkey "^[[F" end-of-line
|
||||
{{if eq .chezmoi.os "darwin" }}
|
||||
bindkey "ç" fzf-cd-widget
|
||||
{{ end }}
|
||||
|
||||
macchina
|
||||
|
||||
# Cargo env
|
||||
|
|
Loading…
Reference in a new issue