zathura
This commit is contained in:
parent
03a590d5b9
commit
0f9e9d8725
2 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,8 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
|
|||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'niksingh710/minimal-tmux-status'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
set -g @vim_navigator_mapping_left "C-Left"
|
||||
set -g @vim_navigator_mapping_right "C-Right"
|
||||
|
|
5
.config/zathura/zathurarc
Normal file
5
.config/zathura/zathurarc
Normal file
|
@ -0,0 +1,5 @@
|
|||
set selection-clipboard clipboard
|
||||
map <C-i> zoom in
|
||||
map <C-o> zoom out
|
||||
map <S-Down> navigate next
|
||||
map <S-Up> navigate previous
|
Loading…
Add table
Add a link
Reference in a new issue