Use key-translation-map for unicode
This commit is contained in:
parent
bc33e39823
commit
805e1fa8ff
2 changed files with 12 additions and 7 deletions
|
@ -323,12 +323,5 @@
|
|||
;; escape from insert mode (more responsive than using key-chord-define)
|
||||
:irv "C-g" 'evil-normal-state)
|
||||
|
||||
;; Common unicode characters
|
||||
(map! :i "A-o" (λ! (insert "ø"))
|
||||
:i "A-O" (λ! (insert "Ø"))
|
||||
|
||||
:i "A--" (λ! (insert "–"))
|
||||
:i "A-_" (λ! (insert "—")))
|
||||
|
||||
(provide 'my-bindings)
|
||||
;;; my-bindings.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue