Vjekoslav Krajačić

Results 6 issues of Vjekoslav Krajačić

Hi, I'm trying to change default keybindings for `GotoNextLineByPos` and `GotoPrevLineByPos`. This is in my vimrc. ``` let g:SignatureMap = { \ 'GotoNextLineByPos' : "m", \ 'GotoPrevLineByPos' : "m" \...

Hi, is it possible to implement scrolling for search motions (e.g. prev/next search result) using existing function `smoothie#cursor_movement(movement)`? Thanks!

Hi, I don't know if this is a bug or intended behavior, but when you start rotating an object along one axis, circles follow that rotation. But as soon as...

As of version 3.0, build 3143, syntax highlighting for C# seems to be messed up. C/C++ looks unchanged. I didn't check other languages. ![code](https://user-images.githubusercontent.com/1902308/30552863-b87a7384-9c9f-11e7-849f-3f8b306d1ebc.jpg)

Since preview windows are usually small, scrollbar can take precious space and look noisy. I would prefer if I could hide them with some option. (But keep the window scrollable,...

I'm trying to use fadeMasterTo on groups, like this: SoundAS.group(Configuration.musicGroup).fadeMasterTo(0); but it doesn't change masterVolume value. Setter works properly. SoundAS.group(Configuration.musicGroup).masterVolume = 0; Can you confirm this? Thanks Vjeko