mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-22 03:13:09 +00:00
Use specific keymap: emacs, as source of own keymap
This commit is contained in:
parent
ab88425066
commit
df26e58f86
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ _zhcw_main
|
|||
|
||||
if [ "$__hsmw_hcw_call_count" -eq "1" ]; then
|
||||
# Make the zhcw keymap a copy of the current main
|
||||
bindkey -N zhcw main
|
||||
bindkey -N zhcw emacs
|
||||
|
||||
local down_widget="${WIDGET%-backwards}"
|
||||
local up_widget="${down_widget}-backwards"
|
||||
|
|
Loading…
Reference in a new issue