use maple font

This commit is contained in:
js0ny 2025-10-31 04:09:25 +00:00
parent 1bbdd77d5c
commit 16ab036322
18 changed files with 222 additions and 32 deletions

View file

@ -8,8 +8,8 @@ prepend_keymap = [
# Seeking
{ on = "E", run = "seek -5", desc = "Seek up 5 units in the preview" },
{ on = "N", run = "seek 5", desc = "Seek down 5 units in the preview" },
{ on = "K", run = "seek -5", desc = "Seek up 5 units in the preview" },
{ on = "J", run = "seek 5", desc = "Seek down 5 units in the preview" },
# Find
{ on = ["g", "p"], run = "cd ~/Pictures", desc = "Go ~/Pictures/"}