From b64c9f158113e4a6c82a095bb5c1303d1f0dcc11 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 19 Sep 2021 13:20:43 +0200 Subject: [PATCH] vim: move test raus --- .vimrc | 7 ------- 1 file changed, 7 deletions(-) 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 >>