Kacper Darowski / Nate

Results 16 issues of Kacper Darowski / Nate

**What this PR does / why we need it** This pull request implements the langmap feature of Vim. It's an essential accessibility feature for people who use an alternate keyboard...

### Steps to reproduce 1. `:set langmap='q,\\,w,.e,pr,yt,fy,gu,ci,ro,lp,/[,=],aa,os,ed,uf,ig,dh,hj,tk,nl,s\\;,-',\\;z,qx,jc,kv,xb,bn,mm,w\\,,v.,z/,[-,]=,\"Q,E,PR,YT,FY,GU,CI,RO,LP,?{,+},AA,OS,ED,UF,IG,DH,HJ,TK,NL,S:,_\",:Z,QX,JC,KV,XB,BN,MM,W,Z?` (Example langmap for Dvorak) 2. `'ah'` (`'` remaps to `q` and `h` remaps to `j` via the above langmap) 3. `@a` ### Expected...

bug

The Minimal Theme fades the status bar unless hovered over. I couldn't find a setting to turn this off anywhere. Would it be possible to add a toggle for this?...

enhancement

## Versions - minecraft-protocol: 1.47.0 - node: 18.19.1 ## Detailed description of a problem The protocol is broken on Node 18. Works fine on Node 20. The simplest way to...

possible bug

I am an avid user of Vim's "langmap" feature for remapping the whole keyboard in normal and visual mode. That's unfortunately not supported by CodeMirror or Obsidian, so I had...

In case of using a keyboard layout with dead keys, e.g. the russian mnemonic keyboard, input in normal mode might be treated like input in insert mode. On the mnemonic...

VsCodeVim has a neat feature of previewing replacement commands. While writing `:%s/foo`, it will highlight all occurrences of `foo` (1 per line). When proceeding with `:%s/foo/bar` it will keep the...

Addresses poor performance as reported in #12 **Improved** - Don't update line numbers when the active line does not change. > This fully resolves all lag caused by this plugin...

I use a Dvorak keyboard layout and was happy to see that I can use `mapKey` or the ignore keyboard layout setting to use Vimum-C with all my muscle memory....

Would it be possible to have the values save instead of being rewritten and lost for tracking them over time? Might be related to #37