homes/common/.config/fish/functions/more.fish

6 lines
72 B
Fish
Executable file

#!/usr/bin/env fish
#
function more -d "pager"
nvimpager $argv
end