Compare commits

...

2 Commits

Author SHA1 Message Date
Yogi d1181f8dd4 lazygit key tutorial 2023-10-17 01:58:23 +08:00
Yogi 9150970522 gd视频与nvim配置笔记 2023-10-17 01:56:07 +08:00
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,5 @@
### 组合与继承
### 用键盘代替鼠标来进行游戏操作Vimlike
- 关键点Control.focus
@ -123,3 +125,8 @@ func asyns_tween_property(scene_tree : SceneTree, object:Object, tween_property:
tween.tween_property(object,tween_property, value, move_time)
await tween.finished
```
### 在Godot中使用继承与组合
- [How You can Easily Make Your Code Simpler in Godot4](https://www.youtube.com/watch?v=74y6zWZfQKk&t=2s)
- 这个视频挺好的 完美阐述了如何在godot中使用组合的方式替代继承 非常妙 子物体即是组件

View File

@ -1,3 +1,8 @@
A Vim
https://www.youtube.com/watch?v=GEHPiZ10gOk
插件
https://www.youtube.com/watch?v=NJDu_53T_4M
## 常用
- C + w + s or C + w + v 分屏
- `C+\`Terminal
@ -55,6 +60,8 @@
- Insert时
- <C+Space> 和vscode一样是代码补全提示
- <C+j> <C+k> 上下翻页,我更推荐使用方向键or<Tab>
- <Leader> + g + g 快速打开lazygit
- <Leader> + b + 其他tag跳转
TreeSetter安装不同语言: