Update personal help file
Also added keybind (`<leader>h`) to open it automatically
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -34,6 +34,10 @@ filetype plugin on
|
||||
" Native Markdown syntax highlighting for specified languages
|
||||
let g:markdown_fenced_languages = ['html', 'python', 'sh', 'vim']
|
||||
|
||||
|
||||
" Open my personal helpfile
|
||||
nmap <leader>h :e $HOME/.vim/vim-keys-help.md<CR>
|
||||
|
||||
" ---------------------------------------------------------------------------------------------------------------------
|
||||
" ==> From Vim Zero: https://www.oliversherouse.com/2017/08/21/vim_zero.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user