Added the coping a word

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

View File

@ -426,6 +426,8 @@ nmap <C-_> <Plug>CommentaryLine
vnoremap <Tab> >
vnoremap <S-Tab> <
" Better word
nmap yw vey
" Telescope
nmap <Leader>e <cmd>Telescope buffers<cr>
nmap <Leader>w <cmd>Telescope find_files<cr>