I'm vim user and I've just started using emacs with evil. But one thing I'm finding really hard to understand is when do we use <C-x>
, <M-x>
etc. I want to understand when to use Control
or Meta
.
For example in vim, in normal mode d
is the delete operator and can be combined with text objects like lines and words. So I'm trying to understand if things like C-x
is bound to say runtime operations etc.