easy-align mappings

This commit is contained in:
Michael Grote 2023-02-13 13:42:12 +01:00
parent 1678620790
commit 4cf97b17f1

5
.vimrc
View file

@ -184,8 +184,9 @@ nnoremap cp :cp<CR>
nnoremap <Leader>sc :ShellCheck!<CR> nnoremap <Leader>sc :ShellCheck!<CR>
" ### markdown-preview " ### markdown-preview
nnoremap <Leader>m :MarkdownPreviewToggle<CR> nnoremap <Leader>m :MarkdownPreviewToggle<CR>
" Start interactive EasyAlign in visual mode (e.g. vipga) " format visual selections as markdown table
xmap ga <Plug>(EasyAlign) vnoremap <Leader>mm :EasyAlign *\|<cr>
vnoremap <F7> :EasyAlign *\|<cr>
" lasse Y wie C oder D funktionieren " lasse Y wie C oder D funktionieren
nmap Y y$ nmap Y y$
" https://www.reddit.com/r/vim/comments/s1he17/is_there_a_plugin_that_makes_searching_and " https://www.reddit.com/r/vim/comments/s1he17/is_there_a_plugin_that_makes_searching_and