Add remap to select the whole file
This commit is contained in:
@@ -13,3 +13,6 @@ noremap <leader>z :ZenMode<CR>
|
|||||||
|
|
||||||
" Remove search highlighting
|
" Remove search highlighting
|
||||||
noremap <leader>nh :nohl<CR>
|
noremap <leader>nh :nohl<CR>
|
||||||
|
|
||||||
|
" Use Ctrl+A to select the whole file
|
||||||
|
nnoremap <C-a> ggVG
|
||||||
|
|||||||
Reference in New Issue
Block a user