Shane Smith

Results 19 issues of Shane Smith

With two scrollbound windows the second window does now scroll when scrolling using the wheel/trackpad on the active window. If I were to then move the cursor on the active...

Fixes a bother of mine. It does make for a more complex mapping, any suggestions to clean this up are welcome.

Previously, scrolling with the trackpad would scroll the whole window, but since [snapshot 20231110.205939](https://github.com/qvacua/vimr/releases/tag/snapshot%2F20231110.205939) the cursor is now moved instead. The window does scroll once the cursor reaches the edge.

Support for surrounding, changing and deleting backslash escapes. Example: ysiw\"

Setting `config.timezone.value = :host` calculates in inverse of the correct timezone. For example I'm in Eastern Time which is currently -4 (due to DST), however the VM gets set to...

Keys with unencrypted values have a leading underscore. When exported to an env variable the underscore is preserved but can feel awkward to use on the system. The new `--trim-underscore`...

The following code path effectively turned any `lcd` or `tcd` into a `cd`. - `lcd` (or `tcd`) from nvim - handled by `DirChanged` autocmd from NvimView.swift - fires `.dirchanged` event...

### Describe the problem as clearly as you can The value for `Bundler.original_env['GEM_HOME']` is incorrect in the following scenario: - The `BUNDLED WITH` version found in `Gemfile.lock` is not installed...

Bundler