Update fuzzel config and keybindings
This commit is contained in:
18
README.org
18
README.org
@@ -2879,7 +2879,7 @@ icons-enabled=yes
|
|||||||
fields=filename,name,generic,exec,categories,keywords,comment
|
fields=filename,name,generic,exec,categories,keywords,comment
|
||||||
password-character=*
|
password-character=*
|
||||||
filter-desktop=no
|
filter-desktop=no
|
||||||
fuzzy=yes
|
match-mode=fzf
|
||||||
show-actions=yes
|
show-actions=yes
|
||||||
terminal=kitty
|
terminal=kitty
|
||||||
# launch-prefix=<not set>
|
# launch-prefix=<not set>
|
||||||
@@ -2908,6 +2908,8 @@ exit-on-keyboard-focus-loss = yes
|
|||||||
[colors]
|
[colors]
|
||||||
background=282a36ff
|
background=282a36ff
|
||||||
text=f8f8f2ff
|
text=f8f8f2ff
|
||||||
|
prompt=8be9fdff
|
||||||
|
input=f8f8f2ff
|
||||||
match=8be9fdff
|
match=8be9fdff
|
||||||
selection=44475aff
|
selection=44475aff
|
||||||
selection-text=f8f8f2ff
|
selection-text=f8f8f2ff
|
||||||
@@ -2941,22 +2943,22 @@ execute-or-next=none
|
|||||||
execute-input=Shift+Return Shift+KP_Enter
|
execute-input=Shift+Return Shift+KP_Enter
|
||||||
cursor-left=Left Control+h
|
cursor-left=Left Control+h
|
||||||
cursor-left-word=none
|
cursor-left-word=none
|
||||||
cursor-right=Right Control+f
|
cursor-right=Right Control+l
|
||||||
cursor-right-word=none
|
cursor-right-word=none
|
||||||
cursor-home=none
|
cursor-home=none
|
||||||
cursor-end=none
|
cursor-end=none
|
||||||
delete-prev=BackSpace
|
delete-prev=BackSpace
|
||||||
delete-prev-word=none
|
delete-prev-word=none
|
||||||
delete-line-backward=none
|
delete-line-backward=Control+u
|
||||||
delete-next=Delete KP_Delete
|
delete-next=Delete KP_Delete
|
||||||
delete-next-word=none
|
delete-next-word=none
|
||||||
delete-line-forward=none
|
delete-line-forward=Control+k
|
||||||
prev=none
|
prev=none
|
||||||
prev-with-wrap=Up Control+k
|
prev-with-wrap=Up Control+p
|
||||||
prev-page=Page_Up KP_Page_Up Control+u
|
prev-page=Page_Up KP_Page_Up
|
||||||
next=none
|
next=none
|
||||||
next-with-wrap=Down Control+j
|
next-with-wrap=Down Control+n
|
||||||
next-page=Page_Down KP_Page_Down Control+d
|
next-page=Page_Down KP_Page_Down
|
||||||
|
|
||||||
# custom-N: *dmenu mode only*. Like execute, but with a non-zero
|
# custom-N: *dmenu mode only*. Like execute, but with a non-zero
|
||||||
# exit-code; custom-1 exits with code 10, custom-2 with 11, custom-3
|
# exit-code; custom-1 exits with code 10, custom-2 with 11, custom-3
|
||||||
|
@@ -8,7 +8,7 @@ icons-enabled=yes
|
|||||||
fields=filename,name,generic,exec,categories,keywords,comment
|
fields=filename,name,generic,exec,categories,keywords,comment
|
||||||
password-character=*
|
password-character=*
|
||||||
filter-desktop=no
|
filter-desktop=no
|
||||||
fuzzy=yes
|
match-mode=fzf
|
||||||
show-actions=yes
|
show-actions=yes
|
||||||
terminal=kitty
|
terminal=kitty
|
||||||
# launch-prefix=<not set>
|
# launch-prefix=<not set>
|
||||||
@@ -33,6 +33,8 @@ exit-on-keyboard-focus-loss = yes
|
|||||||
[colors]
|
[colors]
|
||||||
background=282a36ff
|
background=282a36ff
|
||||||
text=f8f8f2ff
|
text=f8f8f2ff
|
||||||
|
prompt=8be9fdff
|
||||||
|
input=f8f8f2ff
|
||||||
match=8be9fdff
|
match=8be9fdff
|
||||||
selection=44475aff
|
selection=44475aff
|
||||||
selection-text=f8f8f2ff
|
selection-text=f8f8f2ff
|
||||||
@@ -54,22 +56,22 @@ execute-or-next=none
|
|||||||
execute-input=Shift+Return Shift+KP_Enter
|
execute-input=Shift+Return Shift+KP_Enter
|
||||||
cursor-left=Left Control+h
|
cursor-left=Left Control+h
|
||||||
cursor-left-word=none
|
cursor-left-word=none
|
||||||
cursor-right=Right Control+f
|
cursor-right=Right Control+l
|
||||||
cursor-right-word=none
|
cursor-right-word=none
|
||||||
cursor-home=none
|
cursor-home=none
|
||||||
cursor-end=none
|
cursor-end=none
|
||||||
delete-prev=BackSpace
|
delete-prev=BackSpace
|
||||||
delete-prev-word=none
|
delete-prev-word=none
|
||||||
delete-line-backward=none
|
delete-line-backward=Control+u
|
||||||
delete-next=Delete KP_Delete
|
delete-next=Delete KP_Delete
|
||||||
delete-next-word=none
|
delete-next-word=none
|
||||||
delete-line-forward=none
|
delete-line-forward=Control+k
|
||||||
prev=none
|
prev=none
|
||||||
prev-with-wrap=Up Control+k
|
prev-with-wrap=Up Control+p
|
||||||
prev-page=Page_Up KP_Page_Up Control+u
|
prev-page=Page_Up KP_Page_Up
|
||||||
next=none
|
next=none
|
||||||
next-with-wrap=Down Control+j
|
next-with-wrap=Down Control+n
|
||||||
next-page=Page_Down KP_Page_Down Control+d
|
next-page=Page_Down KP_Page_Down
|
||||||
|
|
||||||
# custom-N: *dmenu mode only*. Like execute, but with a non-zero
|
# custom-N: *dmenu mode only*. Like execute, but with a non-zero
|
||||||
# exit-code; custom-1 exits with code 10, custom-2 with 11, custom-3
|
# exit-code; custom-1 exits with code 10, custom-2 with 11, custom-3
|
||||||
|
Reference in New Issue
Block a user