mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix <backtab> keybind
This commit is contained in:
@ -143,7 +143,7 @@
|
|||||||
;; Textmate-esque indent shift left/right
|
;; Textmate-esque indent shift left/right
|
||||||
(kbd "s-[") (λ (evil-shift-left (point-at-bol) (point-at-eol)))
|
(kbd "s-[") (λ (evil-shift-left (point-at-bol) (point-at-eol)))
|
||||||
(kbd "s-]") (λ (evil-shift-right (point-at-bol) (point-at-eol)))
|
(kbd "s-]") (λ (evil-shift-right (point-at-bol) (point-at-eol)))
|
||||||
(kbd "<backtab>") (kbd "S-["))
|
(kbd "<backtab>") (kbd "s-["))
|
||||||
|
|
||||||
(emap my/mode-map
|
(emap my/mode-map
|
||||||
;; Preserve buffer-movement in emacs mode
|
;; Preserve buffer-movement in emacs mode
|
||||||
|
Reference in New Issue
Block a user