mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
minor fix
This commit is contained in:
parent
180de92998
commit
b8df5bd6a0
3 changed files with 45 additions and 9 deletions
|
|
@ -1066,6 +1066,38 @@
|
||||||
"vendor_id": 5426
|
"vendor_id": 5426
|
||||||
},
|
},
|
||||||
"ignore": false
|
"ignore": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifiers": {
|
||||||
|
"is_keyboard": true,
|
||||||
|
"is_pointing_device": true,
|
||||||
|
"product_id": 560,
|
||||||
|
"vendor_id": 13364
|
||||||
|
},
|
||||||
|
"ignore": false,
|
||||||
|
"simple_modifications": [
|
||||||
|
{
|
||||||
|
"from": { "key_code": "backslash" },
|
||||||
|
"to": [{ "key_code": "delete_or_backspace" }]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": { "key_code": "delete_or_backspace" },
|
||||||
|
"to": [{ "key_code": "backslash" }]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": { "key_code": "left_control" },
|
||||||
|
"to": [{ "key_code": "left_command" }]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": { "key_code": "left_option" },
|
||||||
|
"to": [{ "apple_vendor_top_case_key_code": "keyboard_fn" }]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": { "key_code": "left_command" },
|
||||||
|
"to": [{ "key_code": "left_option" }]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"treat_as_built_in_keyboard": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"name": "Colemak",
|
"name": "Colemak",
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
(add-to-list 'recentf-exclude "\\.#.+$")
|
(add-to-list 'recentf-exclude "\\.#.+$")
|
||||||
(add-to-list 'recentf-exclude "^/tmp/")
|
(add-to-list 'recentf-exclude "^/tmp/")
|
||||||
(add-to-list 'recentf-exclude "COMMIT_EDITMSG\\'")
|
(add-to-list 'recentf-exclude "COMMIT_EDITMSG\\'")
|
||||||
)[1][2]
|
)[1][2]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -131,13 +131,13 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
(if (not (eq system-type 'windows-nt))
|
(if (eq system-type 'gnu/linux)
|
||||||
(use-package! rime
|
(use-package! rime
|
||||||
:config
|
:config
|
||||||
(setq default-input-method "rime")
|
(setq default-input-method "rime")
|
||||||
(add-hook! (org-mode markdown-mode) (activate-input-method default-input-method))
|
(add-hook! (org-mode markdown-mode) (activate-input-method default-input-method))
|
||||||
(setq rime-user-data-dir (expand-file-name "emacs-rime" (getenv "XDG_CONFIG_HOME")))
|
(setq rime-user-data-dir (expand-file-name "emacs-rime" (getenv "XDG_CONFIG_HOME")))
|
||||||
))
|
))
|
||||||
|
|
||||||
(load! "calendar.el")
|
(load! "calendar.el")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,14 @@ move_visual_mark_down n
|
||||||
screen_down N
|
screen_down N
|
||||||
screen_up E
|
screen_up E
|
||||||
|
|
||||||
|
## Zoom
|
||||||
|
|
||||||
|
zoom_in =
|
||||||
|
|
||||||
|
|
||||||
### Search
|
### Search
|
||||||
next_item k
|
next_item k
|
||||||
previous_item K
|
previous_item K
|
||||||
|
|
||||||
|
|
||||||
### Toggles
|
### Toggles
|
||||||
|
|
@ -21,7 +25,7 @@ toggle_fullscreen ,f
|
||||||
toggle_custom_color ,d
|
toggle_custom_color ,d
|
||||||
# toggle_dark_mode D
|
# toggle_dark_mode D
|
||||||
toggle_dark_mode ,D
|
toggle_dark_mode ,D
|
||||||
## SyncTeX for LaTeX
|
## SyncTeX for LaTeX
|
||||||
toggle_synctex ,s
|
toggle_synctex ,s
|
||||||
|
|
||||||
# Mark
|
# Mark
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue