A small side-menu useful for Vim terminal users
Use your favorite package-manager.
nmap <Leader>l <Plug>(sidemenu)
xmap <Leader>l <Plug>(sidemenu-visual)
Thanks to junegunn/vim-peekaboo for the original code I used to achieve the behavior I was looking for.
MIT