+ Testing out a few things

This commit is contained in:
ziro 2020-11-09 08:32:48 +07:00
parent 49cc621f90
commit 80952c2fad
2 changed files with 28 additions and 10 deletions

View file

@ -6,7 +6,7 @@
" ----- Vim Initial Config
set encoding=utf-8
set hls
set number
set number relativenumber
set ignorecase
set smartcase
set mouse=a
@ -22,7 +22,7 @@ syntax on
filetype indent plugin on
map <C-n> :NERDTreeToggle<CR>
let mapleader=" "
" ----- Mapping
" Norm but in shortcut
vnoremap . :normal .<CR>