-
Consider the following snippet:
```Nix
(enableFeature withPixelutils "pixelutils")
"--bindir=${placeholder "bin"}/bin"
```
Placing the cursor inside `pixelutils` and entering `di"` …
Atemu updated
5 months ago
-
Justl works fine in emacs mode but when evil mode is on, the keybindings don't work.
1. Magit works fine when evil is on in other buffers without any issues, similar approach could work
2. Explicite…
-
Hello,
I'm trying your packing within doom-emacs with Evil mode activated. I've noticed nothing seems ot be responding until evil-mode is turned off.
Is there something that could be done for th…
-
I'm not sure if this is a go mode issue, an evil issue, or some issue with how `C-c C-j` is being translated to evil-mode keybindings, but I'm unable to rebind "g d" to evil-goto-definition or lsp-fin…
-
Let's say I have the following emacs-lisp code and the cursor rests at the letter `t` on the `:ensure t` line.
```
(use-package evil-commentary
:ensure t
:config
(evil-commentary-mode +1)…
-
When using [emacs evil](http://www.emacswiki.org/emacs/Evil) mode clicking on the history button doesn't yield any popup menu.
**For the time being there is two easy workarounds:**
1. Temporarily swi…
-
Please Help
Rtl8812BU supports
monitor mode?
Packet Injection?
Ad-hoc for Hostpad?
evil-Twin Attack?
Kali Linux supported or not?
-
E.g. in `magit-status-mode` I want to keep using `f` for `magit-fetch` instead of `evil-forward-word-end`, which is defined in `evil-colemak-basic-keymap`. Horizontal movement isn't needed there anywa…
-
# Issue type
- Enhancement request
# Environment
Not relevant.
# Problem
Currently there is no information about folding or evil-fold-list in the docs (e.g, [here](https://readthedocs.org/pro…
-
If I use `:after magit` in the evil-magit use-package decl. to defer loading, `h` and `l` keys move cursor regardless of the value of `evil-magit-want-horizontal-movement`. I found that I have to not …