Make mapleader <SPC> in MINRC
This commit is contained in:
@@ -16,6 +16,7 @@ Plug '~/gitrepos/lazygit.vim'
|
|||||||
" Initialize plugin system
|
" Initialize plugin system
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
let mapleader = " "
|
||||||
nnoremap <silent> <leader>lg :LazyGit<CR>
|
nnoremap <silent> <leader>lg :LazyGit<CR>
|
||||||
|
|
||||||
" Save the above to a file `MINRC`, and run `nvim -u MINRC` and type `<leader>lg` in normal mode.
|
" Save the above to a file `MINRC`, and run `nvim -u MINRC` and type `<leader>lg` in normal mode.
|
||||||
|
|||||||
Reference in New Issue
Block a user