* B2+B1 click executes command with selection as argument
* right click to fetch file or line
* Run commands in the background and don't block the main thread.
-* Add a separate config option for pty tags
* update man pages with new functionality
* moving from tags to the gutter does not transfer focus to edit region
buf_init(&(view->buffer), errfn);
if (file) {
view_jumpto(view, false, buf_load(&(view->buffer), file));
+ view_eol(view, false);
+ view_selctx(view);
colors_init(view->buffer.path);
}
}