chtenb

Results 263 comments of chtenb

@jaredpar I'm having this issue as well, but I cannot reproduce it when running VimApp from source! I want to check if I can reproduce it from source for VsVim2022,...

The same is true for the `] register

Ah, thanks for mentioning this. That is a very reasonable workaround

Interesting, that would suggest that `:set relativenumber` somehow also does `:set number` under the hood when run from commandmode, but not when run from _vsvimrc.

I've put `set number` and `set relativenumber` in vimrc

Perhaps I'm just confused by several things, so I'm just gonna list some questions. 1. `keybindings list` gives a list of things related to keybindings, but it is unclear to...

Thanks for your reply. > 2. When they are named or not is explained here You are right. I actually read that, but didn't memorize it. When I started investigating...

Another thing I just found out to be very helpful is the `keybinding listen` command to track down how certain keypresses are interpreted by your terminal and which keypress are...

I opened a PR for the `listen` command: https://github.com/nushell/nushell.github.io/pull/364 I don't feel qualified to address the other things mentioned in the thread because I do not understand those fully myself.

I openened a separate issue for the quotation blocks: https://github.com/nushell/nushell.github.io/issues/365 Open issues: - [ ] Clarify how the `keybindings list` output relates to how you actually configure the keybindings in...