diff --git a/.vimrc b/.vimrc index c827302..aa57293 100644 --- a/.vimrc +++ b/.vimrc @@ -184,8 +184,9 @@ nnoremap cp :cp nnoremap sc :ShellCheck! " ### markdown-preview nnoremap m :MarkdownPreviewToggle -" Start interactive EasyAlign in visual mode (e.g. vipga) -xmap ga (EasyAlign) +" format visual selections as markdown table +vnoremap mm :EasyAlign *\| +vnoremap :EasyAlign *\| " lasse Y wie C oder D funktionieren nmap Y y$ " https://www.reddit.com/r/vim/comments/s1he17/is_there_a_plugin_that_makes_searching_and