mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Merge remote-tracking branch 'refs/remotes/github/master'
This commit is contained in:
commit
c48e024289
5 changed files with 65 additions and 22 deletions
|
|
@ -131,7 +131,7 @@
|
|||
)
|
||||
|
||||
|
||||
(if (not (eq system-type 'windows-nt))
|
||||
(if (eq system-type 'gnu/linux)
|
||||
(use-package! rime
|
||||
:config
|
||||
(setq default-input-method "rime")
|
||||
|
|
|
|||
|
|
@ -10,10 +10,14 @@ move_visual_mark_down n
|
|||
screen_down N
|
||||
screen_up E
|
||||
|
||||
## Zoom
|
||||
|
||||
zoom_in =
|
||||
|
||||
|
||||
### Search
|
||||
next_item k
|
||||
previous_item K
|
||||
previous_item K
|
||||
|
||||
|
||||
### Toggles
|
||||
|
|
@ -21,7 +25,7 @@ toggle_fullscreen ,f
|
|||
toggle_custom_color ,d
|
||||
# toggle_dark_mode D
|
||||
toggle_dark_mode ,D
|
||||
## SyncTeX for LaTeX
|
||||
## SyncTeX for LaTeX
|
||||
toggle_synctex ,s
|
||||
|
||||
# Mark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue