Created: 2019-08-12 Mon 23:09
C-o does not open last file, not sure why yet
To get a list of packages type M-x list-packages
C-o does not open last file, not sure why yetStill trying to figure what use-case each of these tries to solve. I’m primarily looking for something that offers me an nice interface to deal with all kind of lists of elements, like files, buffers, commits, tags, grepper etc.
I used to cover that all with vim.fzf and would again like to have something like that.
Though it seems, that I just need some inteface for lists of any kind that I can easily fuzzy search.
And other plugins to actually provide the content.
Seems great for learning the editor commands. But could also be distracting
Mainly for my JS work, but probably worth to look at something generic if there is something out there.
Couln’t find something replicating unimpaired until now.
Maybe I just need to roll most of these on my own
evil uses “state” for the “modes” in vi. The term “mode” is already used in emacs for a set of key bindings for a cetrain sort of text. A “mode’ may include custom bindings for evil states.
The state is shown in the status bar.
There is also an emacs state <E>, basically turn off evil, which you can toggle with ’C-z’.
I’ve heard numerous times that people claim evil covers 99% of what they use in vim. [[evil-maps.el][~/.emacs.d/elpa/evil-20190729.704/evil-maps.el] is a good place to start looking if something does not work for you.
I was first not sure if I should even start using the leader key as I did in my vim config, as it would again not bring me further in learning the standard key bindings vim offers.
This is still a valid point, but I also feel it will slow me down quite a bit, now that I’m considering to switch to Emacs.
So I’ll start with using it, but keep it very high in my priorities to finally getting rid of it.
This is pretty important, as I’m pretty sure that I’ll still be using Vim in quite some remote systems.
UTF-8 bullets
This seems to use vim like keybindings in most common emacs places. Not sure yet if this is a good idea.
image d’n’d