My fish config
This commit is contained in:
3
functions/info.fish
Normal file
3
functions/info.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function info
|
||||
vim -R -c "silent Info $argv" -c "lua vim.opt.showtabline=0" -c "map <cr> :InfoNext<cr>" -c "map h :InfoPrev<cr>" -c "map <leader> :Menu<cr>" -c "map w :InfoUp<cr>" -c "map l K" +only;
|
||||
end
|
||||
Reference in New Issue
Block a user