diff options
author | Anthony Wang | 2024-03-10 16:56:13 -0400 |
---|---|---|
committer | Anthony Wang | 2024-03-10 16:56:13 -0400 |
commit | 43dc17ef43b718f0feb44ef1f0851b024521f6de (patch) | |
tree | e9e5f86114a6ecd1f1b39f07342b250b5060b69a | |
parent | 36ed9be1a70988011694d43aa6d93f5167f6d71f (diff) |
Don't track bindings
I no longer have any custom Micro keybindings since F10 in Konsole now opens the menu, and plus Save,Quit is a dangerous combination. I guess I could argue that I currently do Ctrl-Q,y pretty reflexively, but whatever
-rw-r--r-- | micro/bindings.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/micro/bindings.json b/micro/bindings.json deleted file mode 100644 index a94c977..0000000 --- a/micro/bindings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "Alt-/": "lua:comment.comment", - "CtrlUnderscore": "lua:comment.comment", - "F10": "Save,Quit" -} |