Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid-shutov committed Oct 9, 2024
1 parent 7a1ab8c commit 0e80659
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,18 @@ let mapleader = " "
nnoremap <leader>e :Vex<CR><C-w>o
nnoremap <leader><CR> :so ~/.config/nvim/init.vim<CR>
" Telescope
nnoremap <leader>ff <cmd>Telescope find_files<cr>
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
nnoremap <leader>fb <cmd>Telescope buffers<cr>
"Git diff
" Git diff
nnoremap <leader>d :LazyGit<CR>
"Comments
" Comments
nnoremap <leader>/ 0i//<ESC>
"Copy
" Copy
vnoremap <leader>y "+y
"Move selection
Expand Down

0 comments on commit 0e80659

Please sign in to comment.