aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index d7328d0..133ffe5 100644
--- a/.vimrc
+++ b/.vimrc
@@ -3,7 +3,6 @@ filetype plugin on
3 3
4call plug#begin() 4call plug#begin()
5 Plug 'tpope/vim-commentary' 5 Plug 'tpope/vim-commentary'
6 Plug 'tpope/vim-fugitive'
7 Plug 'mitjafelicijan/sniper.vim' 6 Plug 'mitjafelicijan/sniper.vim'
8 Plug 'ctrlpvim/ctrlp.vim' 7 Plug 'ctrlpvim/ctrlp.vim'
9 Plug 'dense-analysis/ale' 8 Plug 'dense-analysis/ale'
@@ -22,6 +21,8 @@ nnoremap <C-q> :copen<CR>
22nnoremap <C-b> :CtrlPBuffer<CR> 21nnoremap <C-b> :CtrlPBuffer<CR>
23nnoremap <C-k> :ALEHover<CR> 22nnoremap <C-k> :ALEHover<CR>
24nnoremap <C-j> :ALEDetail<CR> 23nnoremap <C-j> :ALEDetail<CR>
24nnoremap <M-Right> :cnext<CR>
25nnoremap <M-Left> :cprevious<CR>
25nnoremap <Leader>d :bd<CR> 26nnoremap <Leader>d :bd<CR>
26nnoremap <leader>t :term<CR> 27nnoremap <leader>t :term<CR>
27nnoremap <Leader>q :nohlsearch<CR> 28nnoremap <Leader>q :nohlsearch<CR>