Added the seleting all text

This commit is contained in:
Marcin Woźniak 2022-09-10 14:00:44 +02:00
parent 5b83c10cfb
commit 6080ab660f
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -428,6 +428,10 @@ vnoremap <S-Tab> <
" Better word
nmap yw vey
" Select all text
nmap <C-a> gg<S-v>G
" Telescope
nmap <Leader>e <cmd>Telescope buffers<cr>
nmap <Leader>w <cmd>Telescope find_files<cr>