mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
use maple font
This commit is contained in:
parent
1bbdd77d5c
commit
16ab036322
18 changed files with 222 additions and 32 deletions
|
|
@ -15,4 +15,4 @@
|
|||
--
|
||||
-- -- require("dual-pane"):setup({ enabled = true })
|
||||
-- require("starship"):setup()
|
||||
-- -- require("yaziline"):setup()
|
||||
require("yaziline"):setup()
|
||||
|
|
|
|||
|
|
@ -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/"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue