ide

Intellij Idea快捷键(jetbrains全家桶通用)

2021-06-18 约 3319 字 预计阅读 7 分钟
Intellij Idea快捷键,包含jetbrains家族的通用快捷键,除了java的idea,python的pycharm和web前端的webstorm,go的GoLand
Read More

VsCode快捷键

2021-06-18 约 1919 字 预计阅读 4 分钟
vscode如今已经成为最受欢迎的编辑器,免费开源,并且在微软的LSP项目的支持下用来当做IDE也不是不可以,下面的常用快捷键可以大大提升coding的速度.尤
Read More

Neovim Plugin Notes

2021-04-27 约 451 字 预计阅读 1 分钟
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

2021-04-25 约 3181 字 预计阅读 7 分钟
Neovim-0.5版本集成了LSP,并且内置用lua来配置vim和编写vim插件,本来4月18号就该发布0.5版本了,已经过期7天了,还好可以使用nightl
Read More

Complete Practical Vim 1 - Basic

2021-04-25 约 6872 字 预计阅读 14 分钟
Vim已经到了8.2版本,使用vim也有一些年头了,无论什么IDE都会配置成VIM的模式,一篇文档不足以包含vim的全部内容,这里记录的可能只有20%, 但是在编
Read More