Remove default keybinding -> up to user
This commit is contained in:
parent
a2f6bc737a
commit
5627d03102
|
@ -12,6 +12,3 @@ let g:loaded_sourcer = 1
|
||||||
|
|
||||||
" Exposes the plugin's functions for use as commands in Neovim.
|
" Exposes the plugin's functions for use as commands in Neovim.
|
||||||
command! -nargs=0 Lookup lua require("sourcer").lookup()
|
command! -nargs=0 Lookup lua require("sourcer").lookup()
|
||||||
|
|
||||||
" Bind to keys fo in normal mode
|
|
||||||
nnoremap fo :Lookup<CR>
|
|
||||||
|
|
Loading…
Reference in New Issue