Files
2026-05-13 14:17:03 +08:00

26 lines
283 B
VimL

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 $