mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-12 15:36:53 -05:00
Try to fix [backtab] on GNU Emacs
This commit is contained in:
@@ -328,6 +328,7 @@
|
||||
;; properly, more like vim, or how I like it.
|
||||
|
||||
(map! (:unless window-system "TAB" [tab]) ; Fix TAB in terminal
|
||||
[S-iso-lefttab] [tab] ; Fix TAB in GNU Emacs
|
||||
|
||||
;; I want C-a and C-e to be a little smarter. C-a will jump to
|
||||
;; indentation. Pressing it again will send you to the true bol. Same goes
|
||||
|
Reference in New Issue
Block a user