emacs: add keybinds for whitespace commands
This commit is contained in:
parent
3d4e9168bb
commit
fc2ebcea82
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
||||||
|
|
||||||
;; basic key binds
|
;; basic key binds
|
||||||
(global-set-key (kbd "C-`") 'other-window)
|
(global-set-key (kbd "C-`") 'other-window)
|
||||||
|
(global-set-key (kbd "C-x w d") 'delete-all-space)
|
||||||
|
(global-set-key (kbd "C-x w f") 'forward-whitespace)
|
||||||
(global-set-key (kbd "C-c c") 'compile)
|
(global-set-key (kbd "C-c c") 'compile)
|
||||||
(global-set-key (kbd "C-c r") 'recompile)
|
(global-set-key (kbd "C-c r") 'recompile)
|
||||||
(global-set-key (kbd "C-c k") 'kill-current-buffer)
|
(global-set-key (kbd "C-c k") 'kill-current-buffer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue