Atuin: Bind C-p and M-p to ‘atuin-up-search’
I use those keybindings more than I do the up arrow key.
This commit is contained in:
parent
f9fb79e180
commit
46c9198adc
1 changed files with 3 additions and 1 deletions
|
@ -189,7 +189,9 @@ and give the user a chance to edit."))
|
||||||
(list
|
(list
|
||||||
(mixed-text-file
|
(mixed-text-file
|
||||||
"zshrc"
|
"zshrc"
|
||||||
"eval \"$(" (home-zsh-atuin-configuration-package config) "/bin/atuin init zsh)\"\n")))))
|
"eval \"$(" (home-zsh-atuin-configuration-package config) "/bin/atuin init zsh)\"\n"
|
||||||
|
"bindkey -M emacs '^p' atuin-up-search\n"
|
||||||
|
"bindkey -M emacs '^[p' atuin-up-search\n")))))
|
||||||
|
|
||||||
(define (add-zsh-atuin-configuration config)
|
(define (add-zsh-atuin-configuration config)
|
||||||
`(("atuin/config.toml"
|
`(("atuin/config.toml"
|
||||||
|
|
Loading…
Add table
Reference in a new issue