Skip to content

Commit

Permalink
“tab is tab”??
Browse files Browse the repository at this point in the history
  • Loading branch information
roblillack committed Nov 5, 2020
1 parent b2a0fd9 commit 4f13837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ buffer-local variable `show-trailing-whitespace'."
(if (null key-translation-map) (setq key-translation-map (make-sparse-keymap)))

; tab is tab
(define-key key-translation-map "\t" (kbd "<tab>"))
;; (define-key key-translation-map "\t" (kbd "<tab>"))

(define-key key-translation-map (kbd "\e[1;5A") (kbd "C-<up>"))
(define-key key-translation-map (kbd "\e[1;5B") (kbd "C-<down>"))
Expand Down

0 comments on commit 4f13837

Please sign in to comment.