Skip to content

Instantly share code, notes, and snippets.

View Mahiro2211's full-sized avatar
🎯
Focusing

Sakee Mahiro2211

🎯
Focusing
View GitHub Profile
@Mahiro2211
Mahiro2211 / README.md
Last active May 10, 2026 10:37
BeatAI Documentation Annotations

BeatAI Documentation Annotations

This Gist stores annotations for BeatAI documentation.

@Mahiro2211
Mahiro2211 / .ideavimrc
Created October 4, 2024 13:36 — forked from AlexPl292/.ideavimrc
My `~/.ideavimrc` file
let mapleader=" "
""" Plugins --------------------------------
set surround
set multiple-cursors
set commentary
set argtextobj
set easymotion
set textobj-entire
set ReplaceWithRegister
@Mahiro2211
Mahiro2211 / vim_NERDTree
Created September 8, 2024 06:58 — forked from ifels/vim_NERDTree
vim NERDTree 快捷键
ctrl + w + h 光标 focus 左侧树形目录
ctrl + w + l 光标 focus 右侧文件显示窗口
ctrl + w + w 光标自动在左右侧窗口切换
ctrl + w + r 移动当前窗口的布局位置
o 在已有窗口中打开文件、目录或书签,并跳到该窗口
go 在已有窗口 中打开文件、目录或书签,但不跳到该窗口
t 在新 Tab 中打开选中文件/书签,并跳到新 Tab
T 在新 Tab 中打开选中文件/书签,但不跳到新 Tab
i split 一个新窗口打开选中文件,并跳到该窗口
gi split 一个新窗口打开选中文件,但不跳到该窗口