Rob Yang

Results 13 issues of Rob Yang

Was this done on purpose? Same binding used for two different functions. Line 166: `nnoremap vh :lua vim.lsp.buf.hover()` Line 210: `nnoremap vh :lua require('telescope.builtin').help_tags()`

question

I'm trying to replace semicolons in a sentence with the following regex pattern: `\r`. I expect it to write: ``` ``` but it instead writes: ``` r ```

Meaning, can you reuse the plugins that work for Vim8/NeoVim in Oni2?

question
A-vim
A-extension

When trying to autocomplete the suggestions from coc-emmet, the text in the dropdown has the same color as its background. I've switched themes, but it does the same thing. ![image](https://user-images.githubusercontent.com/6026454/98737683-746c6d80-239e-11eb-9a7e-9901fcb9ad18.png)...

bug

Not sure how to change the tmux-sessionist default bindings. I've already tried to unbind the key then bind a new one, but it still defaults back to the plugin's binding.

I'm noticing over 100 issues here and 30 PRs, but no responses or fixes applied for nearly 2 years. Is @jiangmiao no longer officially supporting? If so, please indicate if...

### Describe the bug Checkbox for `Revert vertical scroll direction` does not remain checked after closing and reopening preferences. ### Steps to reproduce 1. Go to '...' 2. Click on...

If I have a bookmark titled "a_b_c", then typing "abc" or "a b c" should return it in the results.

Can this equally size vim and tmux vertical panes? Similar to Ctrl + w = in Vim.

I am not great with vimscript, but I wanted to know if there is a way to save a custom format so that it is portable through the .vimrc.