-
I wrote this setting in ideavimrc.
But I cannot map leader to key.
~/.ideavimrc
```
let mapleader="\"
set easymotion
```
-
- `nvim --version`:
NVIM v0.2.1-914-g86859556c
Build type: RelWithDebInfo
Compilation: C:/msys64/mingw32/bin/gcc.exe -Wconversion -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -Og -g -Wall…
-
As you may noticed this project was merged with [spacecode](https://github.com/stevenguh/spacecode) and some key bindings and settings that existed only in this project are not in the master branch an…
-
When I install the latest SpaceVim.... v1.3.0
## Screenshots
-
I've installed IdeaVim + AceJump + IdeaVim-EasyMotion, as requested in the Setup section of the Readme.
I have `` mapped to `` ( `let mapleader=' '` ). But when I press `f` or `w` nothing happens.
…
-
- `nvim --version`:
NVIM v0.5.0-5caaacaaf
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/bin/clang -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -Wall -Wextra -pedantic -Wno-unused-parame…
-
- Bug report
# Environment
Emacs version: 26.2
Operating System: MacOS Mojave
Evil version: Cannot load. So I cannot see
Evil installation type: MELPA
Graphical/Terminal: GUI
Tested in a `m…
kgfly updated
4 years ago
-
When calling M-x `+evil/easymotion` in Info-mode I receive the following error:
> evil-define-key*: Key sequence SPC : starts with non-prefix key SPC
Interestingly, calling the function with it's …
-
Hello!
```c++
int main() {
// here is a cursor.
return 0;
}
```
If a cursor is there such that up example, and I press `\\f`then, easymotion can't find any characters, so I …
-
Hi there,
[forgit](https://github.com/wfxr/forgit) has this binding for scrolling previews. I wondered if it was possible for dotbare to have it as well ;)