+ Testing out a few things
This commit is contained in:
parent
49cc621f90
commit
80952c2fad
2 changed files with 28 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue