+ <leader>o to open pdf (compiled markup)

This commit is contained in:
ziro 2020-11-06 10:12:04 +07:00
parent 1fcd27f230
commit e28d71ce14
2 changed files with 4 additions and 0 deletions

2
.local/bin/pdfview Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
[ -f $1 ] && zathura $1