]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: remove some mappings available in unimpaired
[dotfiles.git] / vim / vimrc
index 160aba896c5f700c515433632fd3fff90a6f61ba..2301dc3b6d9983269d3428dd42a16947fb4e522f 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -268,9 +268,6 @@ nnoremap <silent> <Leader>/ :silent nohl<CR>
 nnoremap <leader>[ :tabprev<cr>
 nnoremap <leader>] :tabnext<cr>
 
-" Wrap
-nnoremap <leader>W :set wrap!<cr>
-
 " paste from selection
 nnoremap <leader>p* :silent! set paste<CR>"*p:set nopaste<CR>
 " paste from clipboard
@@ -289,9 +286,6 @@ noremap ' `
 " Select (charwise) the contents of the current line, excluding indentation.
 nnoremap vv ^vg_
 
-" Toggle [i]nvisible characters
-nnoremap <leader>i :set list!<cr>
-
 " Unfuck my screen
 nnoremap U :syntax sync fromstart<cr>:AirlineRefresh<cr>:redraw!<cr>