micro-editor / plugin-channel

Official plugin channel for micro
226 stars 49 forks source link

Add quickfix plugin #64

Closed serge-v closed 3 years ago

serge-v commented 3 years ago

Please consider merging the quickfix plugin. It provides functionality similar to quickfix window in VIM editor (a special mode to speedup the edit-compile-edit cycle).

fexec command executes args or current line as external command and captures the output in qfix pane. fjump command parses qfix buffer for filename:line:col and allows jumping to the file location.