Remove shortcut load

This commit is contained in:
rakete 2022-05-03 18:41:49 +02:00
parent f6a89e466f
commit 0766b56a43

View File

@ -152,8 +152,3 @@ function! ToggleHiddenAll()
endif
endfunction
nnoremap <leader>h :call ToggleHiddenAll()<CR>
" Load command shortcuts generated from bm-dirs and bm-files via shortcuts script.
" Here leader is ";".
" So ":vs ;cfz" will expand into ":vs /home/<user>/.config/zsh/.zshrc"
" if typed fast without the timeout.
source ~/.config/nvim/shortcuts.vim