Skip to content

Commit

Permalink
key chord for comment/uncomment is a pain
Browse files Browse the repository at this point in the history
  • Loading branch information
tonini committed Apr 20, 2015
1 parent 489400b commit 7ecd715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/keybindings-prt.el
Expand Up @@ -167,9 +167,9 @@
(global-set-key (kbd "C-c e l") 'eval-last-sexp)

(key-chord-define-global "gg" 'magit-grep)
(key-chord-define-global "cc" 't-comment-or-uncomment-region-or-line)

(global-set-key (kbd "C-x p") 'projectile-persp-switch-project)
(global-set-key (kbd "C-c C-k") 't-comment-or-uncomment-region-or-line)
(global-set-key (kbd "C-p s") 'persp-switch)
(global-set-key (kbd "C-p p") 't-persp-last)
(global-set-key (kbd "C-p d") 'persp-kill)
Expand Down

0 comments on commit 7ecd715

Please sign in to comment.