nyngwang
nyngwang
> Instead of dotted lines, make it a solid line for the indent level of the line the cursor is currently on. > Is this possible? Could you draw an...
Oops! Is this thread still alive? If this can be opened in the browser then I hope you could support neovim.
@younger-1 Thanks for your kindly sharing, but I did try firenvim before and didn't like it.
To blur or not to blur, that's the question. By some term-guy
For OSX users migrating from [Terminal.app + Vim] to [Alacritty + Vim], where you want to add optionBS to backward-kill-word, I will suggest the following steps: Terminal press command, >...
Is this problem really that hard?
@kutsan Could you help me setup ``? It seems that my `Control + \` wasn't received by Alacritty. While I'm also using Tmux, not sure whether it is related.
> Re: [#62 (comment)](https://github.com/alacritty/alacritty/issues/62#issuecomment-475881820) I've managed to get `ctrl + /` (undo) working with > > `- { key: Slash, mods: Control, chars: "\x1f" }` > > but it triggers...
@sultanahamer: No, that's what I was using before I read this thread. That's not the expected way to solve this problem. Instead, one should read the most valuable comment in...
> Thanks! yeah I actually got it working a while back but forgot to update. > > ``` > - { key: Back, mods: Alt, chars: "\x1b\x7f" } > ```...