aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index 177b20b..d38d2b2 100644
--- a/.vimrc
+++ b/.vimrc
@@ -15,9 +15,10 @@ nnoremap <C-Right> :bnext<cr>
15nnoremap <C-Left> :bprevious<cr> 15nnoremap <C-Left> :bprevious<cr>
16nnoremap <C-q> :copen<cr> 16nnoremap <C-q> :copen<cr>
17nnoremap <C-b> :CtrlPBuffer<cr> 17nnoremap <C-b> :CtrlPBuffer<cr>
18nnoremap <C-k> :ALEHover<cr> 18nnoremap <C-n> :Explore<cr>
19nnoremap <C-j> :ALEDetail<cr> 19nnoremap <Leader>q :ALEHover<cr>
20nnoremap <Leader>r :let @/ = ''<CR> 20nnoremap <Leader>w :ALEDetail<cr>
21nnoremap <Leader>e :nohlsearch<CR>
21 22
22nmap <silent> gr :ALEFindReferences<cr> 23nmap <silent> gr :ALEFindReferences<cr>
23nmap <silent> gd :ALEGoToDefinition<cr> 24nmap <silent> gd :ALEGoToDefinition<cr>