Vim colourscheme/imports fix, base modifications
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
" No arrow keys
|
||||
noremap <Up> <NOP>
|
||||
noremap <Down> <NOP>
|
||||
noremap <Left> <NOP>
|
||||
noremap <Right> <NOP>
|
||||
inoremap <Up> <NOP>
|
||||
inoremap <Down> <NOP>
|
||||
inoremap <Left> <NOP>
|
||||
inoremap <Right> <NOP>
|
||||
|
||||
" Quick window switching
|
||||
nmap <C-h> <C-w>h
|
||||
nmap <C-j> <C-w>j
|
||||
nmap <C-k> <C-w>k
|
||||
nmap <C-l> <C-w>l
|
||||
|
||||
|
||||
" ============================================================================ "
|
||||
" === KEY MAPPINGS === "
|
||||
@@ -77,17 +93,6 @@ endfunction
|
||||
nmap <leader>n :NERDTreeToggle<CR>
|
||||
nmap <leader>f :NERDTreeFind<CR>
|
||||
|
||||
" <Space> - PageDown
|
||||
" - - PageUp
|
||||
noremap <Space> <PageDown>
|
||||
noremap - <PageUp>
|
||||
|
||||
" Quick window switching
|
||||
nmap <C-h> <C-w>h
|
||||
nmap <C-j> <C-w>j
|
||||
nmap <C-k> <C-w>k
|
||||
nmap <C-l> <C-w>l
|
||||
|
||||
" === coc.nvim === "
|
||||
" <leader>dd - Jump to definition of current symbol
|
||||
" <leader>dr - Jump to references of current symbol
|
||||
|
||||
Reference in New Issue
Block a user