editor
Intellij Idea快捷键(jetbrains全家桶通用)
Intellij Idea快捷键,包含jetbrains家族的通用快捷键,除了java的idea,python的pycharm和web前端的webstorm,go的GoLand
Read More
VsCode快捷键
vscode如今已经成为最受欢迎的编辑器,免费开源,并且在微软的LSP项目的支持下用来当做IDE也不是不可以,下面的常用快捷键可以大大提升coding的速度.尤
Read More
Neovim Plugin Notes
Neovim的插件使用汇总,记录一些快捷键和简单的配置 nvim-tree Homepage: nvim-tree.lua KeyBindings move around like in any vim buffer <CR> or o on .. will cd in the above directory <C-]> will cd in the directory under the cursor <BS> will close current opened directory or parent type a to add a file. Adding a directory requires leaving a leading /
Read More
Neovim Notes
Neovim-0.5版本集成了LSP,并且内置用lua来配置vim和编写vim插件,本来4月18号就该发布0.5版本了,已经过期7天了,还好可以使用nightl
Read More
Complete Practical Vim 1 - Basic
Vim已经到了8.2版本,使用vim也有一些年头了,无论什么IDE都会配置成VIM的模式,一篇文档不足以包含vim的全部内容,这里记录的可能只有20%, 但是在编
Read More