set ignorecase in init.vim
This commit is contained in:
parent
b2799a09d0
commit
567bad049f
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ nmap <C-j> <C-Down>
|
||||||
nmap <C-k> <C-Up>
|
nmap <C-k> <C-Up>
|
||||||
|
|
||||||
" Use ctrl- [hjkl] to select the active split!
|
" Use ctrl- [hjkl] to select the active split!
|
||||||
"nmap <silent> <c-k> :wincmd k<CR>
|
"nmap <silent> <c-k> :wincmd k<CR>
|
||||||
"nmap <silent> <c-j> :wincmd j<CR>
|
"nmap <silent> <c-j> :wincmd j<CR>
|
||||||
nmap <silent> <c-h> :wincmd h<CR>
|
nmap <silent> <c-h> :wincmd h<CR>
|
||||||
nmap <silent> <c-l> :wincmd l<CR>
|
nmap <silent> <c-l> :wincmd l<CR>
|
||||||
|
|
@ -143,6 +143,7 @@ set ttyfast
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set autoindent
|
set autoindent
|
||||||
set smarttab
|
set smarttab
|
||||||
|
set ignorecase
|
||||||
set cindent
|
set cindent
|
||||||
set tabstop=8
|
set tabstop=8
|
||||||
set softtabstop=0
|
set softtabstop=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue