Alex George

Results 6 issues of Alex George

Hi there, I have these two mappings that swap the "meaning" of the mark jump keys, as it makes more sense to me: ```vim noremap ` ' noremap ' `...

This directly addresses two things: 1. Fixed handling of multi-mode mappings 2. Allow passing a lua function as the mapping RHS `opts.keymap` is now passed to `vim.keymap.set` instead of `nvim_buf_set_keymap`...

Small feature request, the ability to directly message another player; a somewhat common feature in games with chat. Would add the following commands: - `msg` or `whisper` (alias: `w`) -...

Feature Request
Testing Required

Neovim has a standard path for log files, so it should be used. It's been available since `v0.7.0-322-g78a1e6bc0`, ~~so compatibility isn't an issue with the current minimum requirement~~ which is...

Neovim has had a standard path for log files since `v0.7.0-322-g78a1e6bc0` (note this is *after* v0.7.2; the `git describe` output is a touch misleading), so this should be the preferred...

# Fixed - Fixed: Fixed container process ignoring signals, notably preventing cleanly stopping the container with `docker stop` or `podman stop`