Bohr Shaw
Bohr Shaw
- `nvim --version`: v0.2.1-dev 20170515 - Vim (version: ) behaves differently? n/a - Operating system/version: Ubuntu 16.04 - Terminal name/version: - `$TERM`: ### Actual behaviour The cursor jumps to another...
And it's preferable to only keep user interface codes in `plugin/`.
In a normal session, I prefer the Windows task bar be visible and anything else hidden. Is this possible? Thanks!
With regex input supported, for example, these jumps would be possible: ``` " Alternative searching, flexibility improved nnoremap g/ :call sneak#wrap('', 99, 0, 2, 1)\v " Jump around word boundaries,...
Fix #104. This should support more flexibility in customisation. With this option enabled, input text not matching '^\[vVmM].' are still treated literal.
I don't know if this is only my specific problem. But the mappings like 'yr**' and 'yp**' both move the cursor position.
The message when building rubinius: ERROR: Please unset RUBYLIB to configure Rubinius
To balance with `g:incsearch#consistent_n_direction`, an option like `g:incsearch#consistent_tab_direction` for `(incsearch-next)` is very welcome during incremental search.
I actually find the default behavior of `*` or `#` to ignore `'smartcase'` more useful in practice, which certainly varies from person to person. Could you provide an option to...