diff --git a/.vimrc b/.vimrc index 7a14f43..1e8928f 100644 --- a/.vimrc +++ b/.vimrc @@ -117,10 +117,3 @@ nmap :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=escape(@",'/\') -" bewege text -" aufruf mit // -" https://www.reddit.com/r/vim/comments/pqiynv/moving_text_one_of_my_favorite_mappings -nnoremap m .-2 -nnoremap m .+1 -nnoremap << -nnoremap >>