diff --git a/.vimrc b/.vimrc index 9f5d464..7a14f43 100644 --- a/.vimrc +++ b/.vimrc @@ -113,7 +113,14 @@ nmap :tabnew " leader-key :let mapleader = "," " vim.fugitiv in neuem tab -nmap :tab G +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 >>