Blog: 2023-07-14: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Finally got the vim terminal integration thing working, with a hardcoded arg, but should be easy from the shell side to make it use a $variable. fish function vcall echo...") |
(No difference)
|
Latest revision as of 17:18, 14 July 2023
Finally got the vim terminal integration thing working, with a hardcoded arg, but should be easy from the shell side to make it use a $variable.
fish
function vcall echo \x1b]51';["call", "Tapi_Tabedit", ["~/.vimrc"]]'\x07 end
vimrc
function Tapi_Tabedit(bufnum, arglist) execute 'tabedit' a:arglist[0] endfunc