We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92bef0 commit cc85525Copy full SHA for cc85525
lisp/shortcuts.el
@@ -3,8 +3,9 @@
3
(global-set-key (kbd "C-c /") #'comment-or-uncomment-region)
4
(global-set-key (kbd "C-c C-k") #'kill-some-buffers)
5
(global-set-key (kbd "C-c C-r") #'replace-string)
6
-(global-set-key (kbd "C-c m w") #'whitespace-mode)
7
(global-set-key (kbd "C-c a") #'copy-from-above-command)
+(global-set-key (kbd "C-c m s") #'semantic-mode)
8
+(global-set-key (kbd "C-c m w") #'whitespace-mode)
9
(global-set-key (kbd "C-c p") #'project-find-file)
10
(global-set-key (kbd "C-c r") #'revert-buffer)
11
(global-set-key (kbd "C-c t") #'toggle-truncate-lines)
0 commit comments