Matts966

Results 27 issues of Matts966
trafficstars

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Current neovide does not...

enhancement

**Is your feature request related to a problem? Please describe.** Current neovide sends `5;5u` instead of ``, which is handled as shell undo in zsh, bash. **Describe the solution you'd...

enhancement

Currently, `` and `` works only as history next/prev. It is great to have `` and `` in cmdline work as `` and `` if completion candidates exist.

## Problem ``` const confDir = "../config" box := packr.New("Config", confDir) ``` This code works ``` box := packr.New("Config", filepath.Join("..", "config")) ``` This code doesn't, because the internal logic of...

Thank you for this great plugin! I love the move action of Vaffle, but am sometimes confused by the destination path. Current Vaffle use filer's directory as base directory of...

Thank you for this great plugin! I would like to use `tabnew` inside `goyo`. The below is the issue details. ## actual ```vim :sp " or vs :Goyo :tabnew ```...

Thank you for this great artifact! I moved from vim-plug today, and want a feature to install only new plugins. This reduces the time to try new plugins.

**Describe the bug** Neovide remembers the wrong size when the font size is changed because it only remembers grid size, which is relative to font size. **To Reproduce** Steps to...

bug

**Is your feature request related to a problem? Please describe.** In issue #200 and PR #238, startup performance on Mac seems to be improved. However, in my mac environment with...

enhancement
macos

``` Traceback (most recent call last): File "", line 1, in File "/Users/Matts966/.vim/plugged/vim-hackernews/ftplugin/hackernews.py", line 272, in link print_comments(item['comments']) File "/Users/Matts966/.vim/plugged/vim-hackernews/ftplugin/hackernews.py", line 342, in print_c omments p = html.unescape(p) AttributeError: 'HTMLParser'...