Martin Laptev

Results 8 comments of Martin Laptev

This was discussed on Reddit without a clear resolution: https://www.reddit.com/r/spacemacs/comments/8qcseb/replace_with_register_not_working_in_spacemacs/

Installing via spacemacs seems to work: ``` Starting Emacs daemon. Loading ~/.spacemacs... Loading ~/.spacemacs...done (Spacemacs) --> refreshing package archive: melpa... [1/3] Contacting host: melpa.org:443 Importing package-keyring.gpg... Importing package-keyring.gpg...done Contacting host:...

The problem is that there is a key binding conflict with evil-mc. How do I remap the evil-mc prefix from `gr` to something else, e.g. `gm`? This would solve my...

For now, I removed the evil-mc package with ` dotspacemacs-excluded-packages '(evil-mc)`.

I'd like to propose a solution that does not involve `bat`. 1. Install `delta`: https://dandavison.github.io/delta/installation.html 2. Add the following to your `.gitconfig`: https://github.com/dandavison/delta#get-started ```gitconfig [core] pager = delta [interactive] diffFilter...

s and S move across lines, but f, F, t, and T do not. It would be great to support f, F, t, and T bindings like vim-sneak does: ```...

My VimR interprets ctrl+u as "+d I used karabiner viewer to confirm that ctrl+u is being sent, but did not test beyond that.

When I run ``` hs.hotkey.bind( {"cmd","alt","shift","ctrl","fn"}, "e", function() print(hs.inspect(hs.eventtap.checkKeyboardModifiers())) end ) ``` in the HS console, I get ``` yyyy-mm-dd hh:mm:ss: hotkey: Enabled hotkey ✧E ``` Then, when I press...