Skip to content

Instantly share code, notes, and snippets.

@eddietejeda
Last active October 8, 2021 14:48
Show Gist options
  • Save eddietejeda/b40608d90af0b245a7fa1b062e0b4967 to your computer and use it in GitHub Desktop.
Save eddietejeda/b40608d90af0b245a7fa1b062e0b4967 to your computer and use it in GitHub Desktop.
Nano-like bindings for Micro ~/.config/micro/bindings.json
{
"Alt-/": "lua:comment.comment",
"Ctrl-/": "lua:comment.comment",
"Ctrl-a": "StartOfLine",
"Ctrl-w": "Find",
"Ctrl-b": "WordLeft",
"Ctrl-e": "EndOfLine",
"Ctrl-f": "WordRight",
"Ctrl-k": "Cut",
"Ctrl-o": "Save",
"Ctrl-u": "Paste",
"Ctrl-x": "Quit",
"Ctrl-g": "command-edit:help ",
"Ctrl-l": "command-edit:goto ",
"Ctrl-d": "DeleteLine",
"Ctrl-y": "CursorPageUp",
"Ctrl-v": "CursorPageDown",
"CtrlUnderscore": "lua:comment.comment"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment