Skip to content

Commit cc85525

Browse files
committed
Add keybinding for semantic-mode
1 parent c92bef0 commit cc85525

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lisp/shortcuts.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
(global-set-key (kbd "C-c /") #'comment-or-uncomment-region)
44
(global-set-key (kbd "C-c C-k") #'kill-some-buffers)
55
(global-set-key (kbd "C-c C-r") #'replace-string)
6-
(global-set-key (kbd "C-c m w") #'whitespace-mode)
76
(global-set-key (kbd "C-c a") #'copy-from-above-command)
7+
(global-set-key (kbd "C-c m s") #'semantic-mode)
8+
(global-set-key (kbd "C-c m w") #'whitespace-mode)
89
(global-set-key (kbd "C-c p") #'project-find-file)
910
(global-set-key (kbd "C-c r") #'revert-buffer)
1011
(global-set-key (kbd "C-c t") #'toggle-truncate-lines)

0 commit comments

Comments
 (0)