Remove default keybinding -> up to user

This commit is contained in:
Yannick Reiß 2024-09-17 09:45:54 +02:00
parent a2f6bc737a
commit 5627d03102
1 changed files with 0 additions and 3 deletions

View File

@ -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>