- Extend
markdown
syntax- recognize
[[wiki link]]
as a link - code block syntax highlighting for some languages (zyedidia/micro#1083, zyedidia/micro#1540)
- recognize
Alt-Enter
: Open file in new tab. If the file does not exist, it will create it. Ideally would useCtrl-Enter
, but zyedidia/micro#1328.Alt-Backspace
: Save current file and close tab. I would useCtrl-Backspace
, but that doesn't work.Ctrl-Space
: Gives file autocompletion when cursor is inside a[[wiki link]]
based on the current file and the contents of the[[wiki link]]
i.e.<current dir>/<wiki link>/
. If the wiki link is empty ([[]]
), it will suggest files and directories at<current dir>/
. If the wiki link is[[Class notes]]
, it will suggest files and directories at<current dir>/Class notes/
.Tab
: When inside a wiki link, go to next wiki link.Shift-Tab
: When inside a wiki link, go to previous wiki link.
- File management commands like remove (
wd
orrm
) and rename (wr
orrn
)? Shift-Alt-Enter
: Vertical split and follow wiki link?
Links might be useful for plugin development.