zathura: add config

This commit is contained in:
Guilherme Rugai Freire 2021-08-06 20:03:56 -03:00
parent 790726f6ed
commit 112f2c1a5f
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,8 @@
set statusbar-h-padding 0
set statusbar-v-padding 0
set page-padding 1
map r reload
map R rotate
map i recolor
map p print

3
.zshrc
View File

@ -52,6 +52,9 @@ alias ls="exa --color=always --group-directories-first"
# Alias to nvim instead of vim # Alias to nvim instead of vim
alias vim="nvim" alias vim="nvim"
# Fix zathura window swallowing
alias zathura="devour zathura"
export EDITOR=nvim export EDITOR=nvim
# This loads nvm # This loads nvm