vim: easy-align mapping

This commit is contained in:
Michael Grote 2023-02-16 07:34:07 +01:00
parent 4d7b2b2670
commit f05b6949e0

6
.vimrc
View file

@ -184,9 +184,9 @@ nnoremap cp :cp<CR>
nnoremap <Leader>sc :ShellCheck!<CR>
" ### markdown-preview
nnoremap <Leader>m :MarkdownPreviewToggle<CR>
" format visual selections as markdown table
vnoremap <Leader>mm :EasyAlign *\|<cr>
vnoremap <F7> :EasyAlign *\|<cr>
" format paragraphs as markdown table
nnoremap <Leader>mm Vap:EasyAlign *\|<cr><esc>
nnoremap <F7> Vap:EasyAlign *\|<cr><esc>
" 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