- Joined
- Jul 14, 2019
Post anything regarding the Editor for Middle-Aged Computer Scientists and its love/hate relationship with your pinky finger. Configs, scripts, cool hacks, et cetera.
To start this thread, I'd like to share a few utterly heretical lines from my
The bindings for
To start this thread, I'd like to share a few utterly heretical lines from my
init.el
:
Code:
(global-set-key (kbd "C-'") ctl-x-map)
(global-set-key (kbd "C-,") 'counsel-M-x)
(global-set-key (kbd "C-.") 'ivy-switch-buffer)
The bindings for
,
and .
come from TF2, where ,
switches class and .
switches team; for some reason, these concepts are analogous to "mode" and "buffer" in one of the few folds of my dysfunctional :autism: brain, and it just works as a result.