mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix <s-left> binding
This commit is contained in:
@ -200,7 +200,7 @@ returns nil."
|
|||||||
"\C-u" 'my.backward-kill-to-bol-and-indent
|
"\C-u" 'my.backward-kill-to-bol-and-indent
|
||||||
|
|
||||||
;; Fix osx keymappings
|
;; Fix osx keymappings
|
||||||
(kbd "<s-left>") 'evil-move-beginning-of-line
|
(kbd "<s-left>") 'my.move-to-bol
|
||||||
(kbd "<s-right>") 'my.move-to-eol
|
(kbd "<s-right>") 'my.move-to-eol
|
||||||
(kbd "<s-backspace>") 'my.backward-kill-to-bol-and-indent
|
(kbd "<s-backspace>") 'my.backward-kill-to-bol-and-indent
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user