mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
added non-special keybindings for comment-or-uncomment-region-or-line
This commit is contained in:
@@ -53,6 +53,10 @@
|
||||
;; Goto line
|
||||
(global-set-key (kbd "C-c C-l") 'goto-line)
|
||||
|
||||
;; Comment or uncomment line
|
||||
(global-set-key (kbd "C-c /") 'comment-or-uncomment-region-or-line)
|
||||
(global-set-key (kbd "C-c C-/") 'comment-or-uncomment-region-or-line)
|
||||
|
||||
;; Align Equal Signs (via helpers.el)
|
||||
;; (global-set-key (kbd "M-s-‘") 'align-equal-signs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user