ctrl-d,ctrl-u keys
This commit is contained in:
@@ -76,6 +76,7 @@ if [ "${1:-}" = "--show-thread" ]; then
|
||||
--bind="alt-s:change-with-nth({1} {2} {3} ({4})|$FZF_DEFAULT_THREAD_LINE)" \
|
||||
--accept-nth=5 \
|
||||
--bind='alt-j:preview-down,alt-k:preview-up' \
|
||||
--bind='ctrl-d:half-page-down,ctrl-u:half-page-up' \
|
||||
--bind='page-up:preview-half-page-up,page-down:preview-half-page-down' \
|
||||
--bind="enter:" \
|
||||
--bind="ctrl-h,backward-eof:abort" \
|
||||
@@ -113,6 +114,7 @@ while true; do
|
||||
--bind="alt-R:print($CMD_SEARCH_ADDRESS$ADDRESS_TO$APPEND)+accept" \
|
||||
--bind="alt-q:print($CMD_EDIT_QUERY)+accept" \
|
||||
--bind='alt-j:preview-down,alt-k:preview-up' \
|
||||
--bind='ctrl-d:half-page-down,ctrl-u:half-page-up' \
|
||||
--bind='page-up:preview-half-page-up,page-down:preview-half-page-down' \
|
||||
--bind="enter,ctrl-l:execute:$0 --show-thread {4}" \
|
||||
--bind="alt-/:change-preview-window($FZF_ALTERNATE_PREVIEW_WINDOW|$FZF_DEFAULT_PREVIEW_WINDOW)" \
|
||||
@@ -124,6 +126,7 @@ while true; do
|
||||
tag=$(__notmuch_list_tags | fzf \
|
||||
--ansi \
|
||||
--cycle \
|
||||
--bind='ctrl-d:half-page-down,ctrl-u:half-page-up' \
|
||||
--margin='20%' \
|
||||
--bind='enter:accept-or-print-query' \
|
||||
--border=double \
|
||||
@@ -146,6 +149,7 @@ while true; do
|
||||
--ansi \
|
||||
--tiebreak=index \
|
||||
--cycle \
|
||||
--bind='ctrl-d:half-page-down,ctrl-u:half-page-up' \
|
||||
--margin='20%' \
|
||||
--bind='enter:accept-or-print-query' \
|
||||
--border=double \
|
||||
@@ -164,6 +168,7 @@ while true; do
|
||||
nmquery=$(fzf \
|
||||
--ansi \
|
||||
--tac \
|
||||
--bind='ctrl-d:half-page-down,ctrl-u:half-page-up' \
|
||||
--margin='20%' \
|
||||
--query="$nmquery" \
|
||||
--disabled \
|
||||
|
||||
Reference in New Issue
Block a user