S-iso-lefttab => backtab, not tab
This commit is contained in:
parent
254298b1b0
commit
76d9bf76a7
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,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
|
||||
[S-iso-lefttab] [backtab] ; 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue