vim: Y
This commit is contained in:
parent
962a5530cf
commit
25c725ec8c
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -187,6 +187,8 @@ nnoremap <Leader>m :MarkdownPreviewToggle<CR>
|
|||
cmap w!! w !sudo tee % > /dev/null
|
||||
" Start interactive EasyAlign in visual mode (e.g. vipga)
|
||||
xmap ga <Plug>(EasyAlign)
|
||||
" lasse Y wie C oder D funktionieren
|
||||
nmap Y y$
|
||||
|
||||
|
||||
" ### Abbreviations
|
||||
|
|
Loading…
Reference in a new issue