Skip to content

Commit

Permalink
vimrc: change the keybinding to reload my vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
yml committed Sep 4, 2018
1 parent a1b9eea commit c18d0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _vimrc
Expand Up @@ -300,7 +300,7 @@ command! -nargs=+ -complete=file Agraw call fzf#vim#ag_raw(<q-args>)
" Edit my nvim configuration
nnoremap <leader>vo :vsplit $MYVIMRC<cr>
" Reload nvim configuration
nnoremap <leader>vs :source $MYVIMRC<cr>
nnoremap <leader>vl :source $MYVIMRC<cr>
" File explorer
nnoremap <F2> :Vexplore<CR>
Expand Down

0 comments on commit c18d0a2

Please sign in to comment.