mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(emacs) rime
This commit is contained in:
parent
214f23425d
commit
da0cc1d6e8
11 changed files with 100 additions and 29 deletions
|
|
@ -12,4 +12,7 @@
|
|||
:nv "I" 'evil-next-buffer
|
||||
:nvom "N" '(lambda () (interactive) (evil-next-line 5)) ; 5n
|
||||
:nvom "E" '(lambda () (interactive) (evil-previous-line 5)) ; 5e
|
||||
:nvom "C-w n" 'evil-window-down
|
||||
:nvom "C-w e" 'evil-window-up
|
||||
:nvom "C-w i" 'evil-window-right
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue