From 54c538cd904d5a652d9bfdeef89cef71cf5167e0 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 12 Feb 2025 07:16:41 +0100 Subject: Update --- .vimrc | 6 ------ 1 file changed, 6 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 37f9e69..b2a36db 100644 --- a/.vimrc +++ b/.vimrc @@ -1,7 +1,6 @@ call plug#begin() Plug 'tpope/vim-sensible' Plug 'tpope/vim-commentary' - Plug 'tpope/vim-unimpaired' Plug 'airblade/vim-gitgutter' Plug 'ctrlpvim/ctrlp.vim' Plug 'dense-analysis/ale' @@ -24,11 +23,6 @@ nnoremap :ALEDetail nnoremap :!sh .vim nnoremap r :let @/ = '' -nmap [e -nmap ]e -vmap [egv -vmap ]egv - nmap gr :ALEFindReferences nmap gd :ALEGoToDefinition nmap re :ALERename -- cgit v1.2.3