mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
zathura: add config
This commit is contained in:
parent
790726f6ed
commit
112f2c1a5f
8
.config/zathura/zathurarc
Normal file
8
.config/zathura/zathurarc
Normal 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
3
.zshrc
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user