mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
chezmoi: bash, ipython, sioyek, zed
This commit is contained in:
parent
295f94ddb9
commit
81da252906
32 changed files with 51 additions and 644 deletions
40
dot_config/sioyek/keys_user.config
Normal file
40
dot_config/sioyek/keys_user.config
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
### 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 N
|
||||
screen_up E
|
||||
|
||||
## Zoom
|
||||
|
||||
zoom_in =
|
||||
|
||||
|
||||
### Search
|
||||
next_item k
|
||||
previous_item K
|
||||
|
||||
|
||||
### Toggles
|
||||
toggle_fullscreen ,f
|
||||
toggle_custom_color ,d
|
||||
# toggle_dark_mode D
|
||||
toggle_dark_mode ,D
|
||||
## SyncTeX for LaTeX
|
||||
toggle_synctex ,s
|
||||
|
||||
# Mark
|
||||
goto_mark '
|
||||
|
||||
|
||||
### Misc
|
||||
quit Q
|
||||
|
||||
copy y
|
||||
|
||||
goto_toc <tab>
|
||||
34
dot_config/sioyek/prefs_user.config
Normal file
34
dot_config/sioyek/prefs_user.config
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
default_dark_mode 1
|
||||
font_size 14
|
||||
ui_font "PingFang SC"
|
||||
case_sensitive_search 0
|
||||
super_fast_search 1
|
||||
|
||||
### Colorscheme: CATPPUCCIN MOCHA
|
||||
### Trigger with D
|
||||
background_color #1e1e2e
|
||||
|
||||
text_highlight_color #f5c2e7
|
||||
visual_mark_color #7f849c
|
||||
|
||||
## Mauve
|
||||
search_highlight_color #cba6f7
|
||||
link_highlight_color #89b4fa
|
||||
synctex_highlight_color #a6e3a1
|
||||
|
||||
highlight_color_a #f9e2af
|
||||
highlight_color_b #a6e3a1
|
||||
highlight_color_c #89dceb
|
||||
highlight_color_d #eba0ac
|
||||
highlight_color_e #cba6f7
|
||||
highlight_color_f #f38ba8
|
||||
highlight_color_g #f9e2af
|
||||
|
||||
|
||||
custom_background_color #1e1e2e
|
||||
custom_text_color #cdd6f4
|
||||
|
||||
ui_text_color #cdd6f4
|
||||
ui_background_color #313244
|
||||
ui_selected_text_color #cdd6f4
|
||||
ui_selected_background_color #f5c2e7
|
||||
Loading…
Add table
Add a link
Reference in a new issue