dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ce84909489761437dae027bcbfdcf358495781bc
parent 5bf4a234a3f2052b11a5d830d76268f54ad52d86
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 27 Jun 2019 12:58:31 +0200

Add zathura binding to open duplicate

Diffstat:
M.config/zathura/zathurarc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc @@ -9,6 +9,7 @@ set inputbar-fg "#aaaaaa" set completion-highlight-bg "#30303a" set completion-highlight-fg "#aaaaaa" -map <C-o> feedkeys ":exec getdoi --clip '$FILE'<Return>" +map <C-o> feedkeys ":exec zathura '$FILE'<Return>" +map <C-i> feedkeys ":exec getdoi --clip '$FILE'<Return>" map <C-b> feedkeys ":exec scholarref --add '$FILE'<Return>" map <C-y> feedkeys ":exec bash -c 'echo -n "$FILE" | xclip'<Return>"