Update 2025-02-24

Update 2025-02-03

Update 2025-02-04

Update 2025-02-09

Update 2025-02-14

Update 2025-02-15

Update 2025-02-22

Update 2025-02-24
This commit is contained in:
2025-02-02 16:12:25 +02:00
parent 73a0cc0977
commit 5f54bb78ad
69 changed files with 5418 additions and 2753 deletions

View File

@@ -41,8 +41,8 @@ keymap = [
{on = [ "<A-h>" ], run = "seek -5", desc = "Seek up 5 units in the preview"},
{on = [ "<A-l>" ], run = "seek 5", desc = "Seek down 5 units in the preview"},
{on = [ "g", "g" ], run = "arrow -99999999", desc = "Move cursor to the top"},
{on = [ "G" ], run = "arrow 99999999", desc = "Move cursor to the bottom"},
{on = [ "g", "g" ], run = "arrow top", desc = "Move cursor to the top"},
{on = [ "G" ], run = "arrow bot", desc = "Move cursor to the bottom"},
# Selection
{on = [ "<Space>" ], run = [ "toggle --state=none", "arrow 1" ], desc = "Toggle the current selection state"},