initial commit

This commit is contained in:
gin
2026-05-13 14:17:03 +08:00
commit b17dec8e44
10 changed files with 169 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
syntax on
colorscheme catppuccin
" option
set number
set relativenumber
set encoding=utf-8
set expandtab
set tabstop=4
set softtabstop=4
set shiftwidth=4
set cindent
set autoindent
set smartindent
" keymap
noremap s <cmd>w<cr>
noremap J 5j
noremap K 5k
noremap H 0
noremap L $