easy-align mappings
This commit is contained in:
parent
1678620790
commit
4cf97b17f1
1 changed files with 3 additions and 2 deletions
5
.vimrc
5
.vimrc
|
@ -184,8 +184,9 @@ nnoremap cp :cp<CR>
|
|||
nnoremap <Leader>sc :ShellCheck!<CR>
|
||||
" ### markdown-preview
|
||||
nnoremap <Leader>m :MarkdownPreviewToggle<CR>
|
||||
" Start interactive EasyAlign in visual mode (e.g. vipga)
|
||||
xmap ga <Plug>(EasyAlign)
|
||||
" format visual selections as markdown table
|
||||
vnoremap <Leader>mm :EasyAlign *\|<cr>
|
||||
vnoremap <F7> :EasyAlign *\|<cr>
|
||||
" 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
|
||||
|
|
Loading…
Reference in a new issue