Mapping to yank the whole buffer

This commit is contained in:
2022-07-13 22:04:35 +02:00
parent cdbd375a68
commit 47e3c076b8

2
_vimrc
View File

@@ -175,6 +175,8 @@ endfun
nnoremap ga- :call FormatMarkdownDashes()<enter>
nmap ga\| gaip*\|
nmap gyb gg"+yG``
nnoremap <buffer> <CR> <C-]>
map <Tab> >>
map <S-Tab> <<