-
Get Along Pattern
: 给我买这件衣服 不买 生气 好,买 后面再说吧 : 给我换手机 不换 生气 好, 换 我再用用吧, 先不换了 : 顺我回家吧 不顺 生气 好, 顺 emmm, 我再想想吧
-
Verbose Set Vim
verbose set iskeyword
-
Easygrep Vim
let g:EasyGrepCommand="git"
-
Git Pathspec Exclude
git grep NodeName ':!/vendor/**'
-
你当像鸟飞往你的山
教育的意义多少都知道, 看完书后, 还应该想一想, 怎么样让教育更普及,有时候它不是自然而然的
-
Drive Life
人生就像开车, 什么时候到达目标, 不取决于你现在开多快, 而是前面的堵车缓解了多少了, 你并不能控制
-
happiness
快乐才是目的, 其他都不是
-
Go To Definition
https://vim.fandom.com/wiki/Go_to_definition_using_g
-
Easymotion Display Vscode
https://github.com/VSCodeVim/Vim/issues/2938 I was having the same problem, but I found a workaround. Mine had to do with my line-height setting. “editor.lineHeight”: 30,. Updating the “vim.easymotionMarkerHeight”: 30, to match made it...
-
Find Linux
find . \( \( \! -path "./vendor/*" \) -and \( -name "*.go" \) \)