Jayden Wong
Jayden Wong
> DFS中 > if (!g[idx][idx]) return true; > 这一句是什么意思? 同问, 下面还有句 ```cpp if (!g[idx][idx]) return true; ... g[idx][idx] = false; ``` 不知道怎样做解决了什么问题, 求帮忙.
As an alternative, use `L`, `H` if you have set `"editor.cursorSurroundingLines": 3`, or use native vscode command `scrollLineDown`, `scrollPageDown`.
doesn't `/` + `[stuff you want to search]` + `n / N` do exactly what it does?
> Sure, but you could say the same thing about easymotion, which is far more involved, but is implemented in this extension anyway. To me, `easymotion` helps me go straight...
You can just override the default mappings and rewire them to `/` to do something that is really close to your need. if you notice the pattern they do with...
@macintacos ` "vim.normalModeKeyBindingsNonRecursive": [ { "before": [ "f" ], "after": [ "", "", "f", ] }, { "before": [ "F" ], "after": [ "", "", "F", ] }, { "before":...
很簡單: 祇要 1: Win+R輸入`shell:startup` 進行一個打開文件夾的操作 2: 在小狼毫的安裝目录裡面找到`WeaselServer.exe` 3: 把以上的exe文件製作成一个「快倢方式」放進去這個文件夾就ok
> > 很簡單: 祇要 1: Win+R輸入`shell:startup` 進行一個打開文件夾的操作 2: 在小狼毫的安裝目录裡面找到`WeaselServer.exe` 3: 把以上的exe文件製作成一个「快倢方式」放進去這個文件夾就ok > >  > > 開機已經把3個文件放進啓動文件夾,依然無效,每次開機都要手動打開 WeaselServer.exe,實在很麻煩 你要把 shortcut「快捷方式」放进去... 你直接把.exe放进去是不对的.. 😂
If this matters to you and affect your every day work flow, just downgrade to 1.16.0 from 1.17.1. They are doing a refactor and introducing some breaking changes, just wait...
> I think choosing `jk` or `jj` for `` should work well seamlessly, I used not to need to wait for the timeout, I now switched to 1.16.0, it works...