initial commit
This commit is contained in:
@@ -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 $
|
||||
|
||||
Reference in New Issue
Block a user