Austin W Smith
Austin W Smith
I have this mapping in my vimrc: `inoremap ` which seems to be causing a bug with incsearch. So, with that mapping, here's how to reproduce this error: 1. Mark...
This feature would greatly simplify things for the user, and would make ActiveNumbers compatible with unimpaired bindings, which it currently is not. I've attempted to implement this a couple times,...
Likely related to however `(dirvish_quit)` is implemented. Switching to a new buffer/window/tab brings numbers back correctly.
So I'm using this snippet: ``` (define-key ido-common-completion-map "\C-j" 'ido-next-match) (define-key ido-common-completion-map "\C-k" 'ido-prev-match) (define-key ido-file-completion-map "\C-k" 'ido-prev-match) (define-key ido-buffer-completion-map "\C-k" 'ido-prev-match) ``` to more easily navigate through results in...
I came up with this because I'm somewhat obsessed with mnemonics, and the default ordering of {motion}{insert-char} was somewhat unintuitive for me, especially when thinking verbally (e.g. "send, to EOL,...
This is more of a question (or possibly feature request) than an issue. I use Evil-mode, and I use relative line numbers so that I don't have to count line...
This is more of a convenience request than a bug or issue: I noticed in making hydras recently that I often want the hydra to use some (or many) of...
Currently, the "original" and "2x" resolution options can only scale with sharp pixels, but imo these lower resolutions can look much better with bilinear scaling to better blend the pixels....