mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Fix mode switching example in CHANGELOG
This commit is contained in:
@@ -37,10 +37,10 @@ CHANGELOG
|
|||||||
|
|
||||||
# Vim-like mode switch
|
# Vim-like mode switch
|
||||||
fzf --layout reverse-list --no-input \
|
fzf --layout reverse-list --no-input \
|
||||||
--bind 'j:down,k:up,/:show-input+unbind(j,k)' \
|
--bind 'j:down,k:up,/:show-input+unbind(j,k,/)' \
|
||||||
--bind 'enter,esc,ctrl-c:transform:
|
--bind 'enter,esc,ctrl-c:transform:
|
||||||
if [[ $FZF_INPUT_STATE = enabled ]]; then
|
if [[ $FZF_INPUT_STATE = enabled ]]; then
|
||||||
echo "rebind(j,k)+hide-input"
|
echo "rebind(j,k,/)+hide-input"
|
||||||
elif [[ $FZF_KEY = enter ]]; then
|
elif [[ $FZF_KEY = enter ]]; then
|
||||||
echo accept
|
echo accept
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user