vim: move test raus

This commit is contained in:
Michael Grote 2021-09-19 13:20:43 +02:00
parent 57209b4ff2
commit b64c9f1581

7
.vimrc
View file

@ -117,10 +117,3 @@ nmap <C-g> :tab G
" markiere text im visual mode; suche dann danach mit // im visual-mode
" https://vim.fandom.com/wiki/Search_for_visually_selected_text
vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>
" bewege text
" aufruf mit //
" https://www.reddit.com/r/vim/comments/pqiynv/moving_text_one_of_my_favorite_mappings
nnoremap <M-K> <CMD>m .-2<CR>
nnoremap <M-J> <CMD>m .+1<CR>
nnoremap <M-H> <<
nnoremap <M-L> >>