From 541f55b16250ea97f344145293c947625619d0c3 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 24 Oct 2022 17:11:02 -0400 Subject: micro: add jump --- .config/micro/bindings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/micro/bindings.json b/.config/micro/bindings.json index 5a7992e..ee8c54a 100644 --- a/.config/micro/bindings.json +++ b/.config/micro/bindings.json @@ -1,13 +1,13 @@ { "Alt-/": "lua:comment.comment", - "Alt-u": "command:upper", "Alt-l": "command:lower", + "Alt-u": "command:upper", "Ctrl-Down": "SpawnMultiCursorDown", "Ctrl-MouseWheelDown": "CursorDown", "Ctrl-MouseWheelUp": "CursorUp", "Ctrl-Up": "SpawnMultiCursorUp", - //"CtrlA": "StartOfTextToggle", - "ShiftPageUp": "SelectPageUp", + "CtrlUnderscore": "lua:comment.comment", + "F4": "command:jumptag", "ShiftPageDown": "SelectPageDown", - "CtrlUnderscore": "lua:comment.comment" + "ShiftPageUp": "SelectPageUp" } -- cgit 1.4.1