mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
sioyek: nixify and use qwerty
This commit is contained in:
parent
00c2b721dd
commit
44faec0e2a
8 changed files with 93 additions and 19 deletions
|
|
@ -78,6 +78,7 @@ vim:ft=gotmpl
|
|||
.config/dunst
|
||||
.config/kitty
|
||||
.config/hypr
|
||||
.config/sioyek
|
||||
.local/share/kio/**
|
||||
.local/share/fonts/**
|
||||
{{ end }}
|
||||
|
|
|
|||
|
|
@ -1,26 +1,23 @@
|
|||
#vim:ft=conf
|
||||
### Movement
|
||||
# move_left h
|
||||
move_down n
|
||||
move_up e
|
||||
# move_right i
|
||||
|
||||
move_visual_mark_up e
|
||||
move_visual_mark_down n
|
||||
screen_down J
|
||||
screen_up K
|
||||
|
||||
screen_down N
|
||||
screen_up E
|
||||
move_up_smooth k
|
||||
move_down_smooth j
|
||||
move_left_smooth h
|
||||
move_right_smooth l
|
||||
|
||||
## Zoom
|
||||
|
||||
zoom_in =
|
||||
|
||||
|
||||
### Search
|
||||
next_item k
|
||||
previous_item K
|
||||
zoom_in =
|
||||
|
||||
## Highlight
|
||||
add_highlight H
|
||||
|
||||
### Toggles
|
||||
toggle_dark_mode i
|
||||
toggle_fullscreen ,f
|
||||
toggle_custom_color ,d
|
||||
# toggle_dark_mode D
|
||||
|
|
@ -38,3 +35,12 @@ quit Q
|
|||
copy y
|
||||
|
||||
goto_toc <tab>
|
||||
|
||||
## Smart Jump, Portals
|
||||
|
||||
overview_link <C-p>
|
||||
|
||||
## Muscle Memory Bindings
|
||||
|
||||
command <A-x>
|
||||
search <C-f>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
#vim:ft=conf
|
||||
default_dark_mode 1
|
||||
font_size 14
|
||||
ui_font "PingFang SC"
|
||||
case_sensitive_search 0
|
||||
super_fast_search 1
|
||||
|
||||
### Colorscheme: CATPPUCCIN MOCHA
|
||||
### Colorscheme: CATPPUCCIN MOCHA
|
||||
### Trigger with D
|
||||
background_color #1e1e2e
|
||||
|
||||
|
|
@ -30,5 +31,8 @@ custom_text_color #cdd6f4
|
|||
|
||||
ui_text_color #cdd6f4
|
||||
ui_background_color #313244
|
||||
ui_selected_text_color #cdd6f4
|
||||
ui_selected_text_color #181825
|
||||
ui_selected_background_color #f5c2e7
|
||||
|
||||
# Searches
|
||||
search_url_d https://duckduckgo.com/?q=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue