mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
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:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user