|
|
|
|
|
by mct
4079 days ago
|
|
I get my hopes up when I see another vim emulation project, but after using it for just a few minutes, I already found a few missing vim features I use every day: * Toggling if search results should be highlighted (:set hls, :set nohls) * Opening the filename under the cursor in a new window (^W f) Completely emulating an entirely different editor is very, very difficult :-( I applaud everyone contributing to these projects, and hope they continue to improve! They've already come a very long way from evil, and viper-mode. |
|
After you search, you get persistent highlighting. To turn it off, "SPC s c". All the toggling features are in "SPC t" group.
> * Opening the filename under the cursor in a new window (^W f)
`SPC f h` then press `C-c o`. The key bindings are consistent in other Helm commands as well. It opens a window side by side. Nothing is misisng, sorry. Spacemacs can even do things like [these](http://tuhdo.github.io/helm-projectile.html).
If you have any question, ask it on Spacemacs chatroom: https://gitter.im/syl20bnr/spacemacs