micro icon indicating copy to clipboard operation
micro copied to clipboard

Add ability to go to line, marked by linter

Open hrueschwein opened this issue 1 year ago • 2 comments

In documentation (micro version 2.0.10) I found nothing similar. This feature will really help edit big files (>1k lines)

hrueschwein avatar Aug 10 '22 19:08 hrueschwein

You can take a plugin: https://github.com/serge-v/micro-nextgutter It is not in plugin repo so clone it to the dir: ~/.config/micro/plug. Bind 'jump-next-gutter' command to some key.

serge-v avatar Aug 10 '22 22:08 serge-v

You can take a plugin: https://github.com/serge-v/micro-nextgutter It is not in plugin repo so clone it to the dir: ~/.config/micro/plug. Bind 'jump-next-gutter' command to some key.

thanks, I'll try your plugin! :)

but this feature, I think, should be included with default linter plugin

hrueschwein avatar Aug 11 '22 01:08 hrueschwein