mmalcomson

Results 19 issues of mmalcomson

Something that was suggested at my FOSDEM talk -- would mean that infinite loops are automatically stopped (rather than requiring the user to press Ctrl-C). Interesting questions to answer are:...

The `file` walker takes a filename. This filename argument does not expand the home directory from `~`. May as well look for other expansions to do at the same timei.

The method by which we define motion mappings has a slight downside for visual-mode mappings. I don't know of any way to fix this, but it's still good to record...

Originally these were purposefully not counted as jumps, but in use I've found that problematic and want to change that decision.

I believe that AAPCS includes the hybrid model in the aapcs64-morello document. At the bottom of this document there is a table of C/C++ types to machine types. The entries...

### Neovim version (nvim -v) NVIM v0.7.0 and NVIM v0.8.0-dev+423-g2f2022773 ### Vim (not Nvim) behaves the same? No, system vim VIM - Vi IMproved 8.1 (2018 May 18, compiled Feb...

bug
tui
input
mappings

The `` mapping is supposed to act in operator mode. It is supposed to act "up until the next prompt". This works on neovim, but does not work in original...

It makes sense given how it's implemented, but would be interesting to try and look to see if it's possible to make these commands *not* mess up the `'

Since `vsh` has all sorts of tie-ins with other programs, the users environment can easily cause troubles. It would be nice to provide a small introduction tutorial and script to...

A few problems observed: - `INPUTRC` could be set in bashrc according to `TERM=dumb` and `vsh_shell_start` won't see it. - Does not automatically complete current word when only one possible-completion...