shrs_manpages
keybinding to open man page currently typed command
This is a plugin for shrs.
Using this plugin
First add this plugin to your dependencies
= { = "0.0.6" }
Register your own keybinding with the manpage handler
use *;
use ;
let keybinding = keybindings! ;
let myshell = default
.with_keybinding
.build
.unwrap;
myshell.run;