LuSrackhall
LuSrackhall
There is still a problem, KeyUp cannot be triggered, and it may be triggered incorrectly. ```go hook.Register(hook.KeyUp, []string{"w"}, func(e hook.Event) { // fmt.Println("hook(KeyUp): ", e) ee, _ := json.Marshal(e) fmt.Println("hook(KeyUp):...
### Description of the new feature / enhancement Separate shortcut keys can be assigned for pinning and unpinning windows, instead of using the same shortcut key to toggle between the...
### Check the following: - [x] I have tried setting `vscode-neovim.neovimClean` in VSCode settings and **restarting VSCode.** - [x] I have read the vscode-neovim docs. - [x] I have searched...