vim: easy-align mapping
This commit is contained in:
parent
4d7b2b2670
commit
f05b6949e0
1 changed files with 3 additions and 3 deletions
6
.vimrc
6
.vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue