1
0
Fork 0

Merge sorin-ionescu/prezto/pull/1220

pull/1130/head
Federico Castagnini 8 years ago
commit 1ee321332b
No known key found for this signature in database
GPG Key ID: B8F54AA3DB400B54

3
.gitmodules vendored

@ -22,3 +22,6 @@
[submodule "modules/autoenv/external"] [submodule "modules/autoenv/external"]
path = modules/autoenv/external path = modules/autoenv/external
url = https://github.com/horosgrisa/autoenv url = https://github.com/horosgrisa/autoenv
[submodule "modules/deer/external"]
path = modules/deer/external
url = https://github.com/Vifon/deer.git

@ -0,0 +1 @@
Subproject commit 2668477e04c6978ca2cdcb1651b17f119f752ce9

@ -0,0 +1,10 @@
#
# Load Deer Module
#
fpath=("${0:h}/external" $fpath)
autoload -U deer
zle -N deer
zstyle -s ':prezto:module:deer' key-bindings 'key_bindings'
bindkey "$key_bindings" deer
unset key_bindings

@ -34,6 +34,12 @@ zstyle ':prezto:load' pmodule \
'completion' \ 'completion' \
'prompt' 'prompt'
#
# Deer
#
# Set key bindings
zstyle ':prezto:module:deer' key-bindings '^k'
# #
# Autosuggestions # Autosuggestions
# #

Loading…
Cancel
Save