Fix <backtab> keybind
This commit is contained in:
parent
972725fbe7
commit
98f92433b3
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
;; Textmate-esque indent shift left/right
|
||||
(kbd "s-[") (λ (evil-shift-left (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
|
||||
;; Preserve buffer-movement in emacs mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue