Michael Wood

Results 6 issues of Michael Wood

This addresses issue #4382. In module `src/winpty_windows.go`, function `runWinpty()` is handing off the executable's full pathname to `runProxy()` as the first argument. The path was coming over Windows-style and causing...

windows
cygwin

### Checklist - [x] I have read through the manual page (`man fzf`) - [x] I have searched through the existing issues - [x] For bug reports, I have checked...

windows
cygwin

The `fzf` keyboard shortcuts (ALT-C, etc.) were not using my `FZF_*` environment settings until I made the following code change. This change ensures that once the env is parsed, the...

### Description of Changes Closes #1441. The user can assign multiple key sequences to a single callback as shown in the `.vimrc` below. These settings are reflected in the main...

#### Description Can we add a "many-to-one" behavior to the key mappings, so for instance if my `.vimrc` says let g:NERDTreeMapHelp = ['', '?', 'h'] I would have 3 ways...

feature request

Thank you for `BufExplorer` -- it's worlds better than vanilla vim buffer management. Here's my feature request. The help screen displays the default key mappings even after I set custom...