Comment by ~razzi on ~razzi/fish-functions
Ok this has been fixed in e4d3ea012e1f86cd84ce99eebc323e59682e3187
It doesn't work with long paths but whatever that isn't what this issue is about
REPORTED
RESOLVED CLOSEDTicket created by ~razzi on ~razzi/fish-functions
$ touch myfile $ symlink myfile mylink $ unsymlink myl<tab>
... hangs
Comment by ~razzi on ~razzi/dev-env
REPORTED
RESOLVED CLOSEDTicket created by ~razzi on ~razzi/dev-env
Probably pull then only push if local is ahead of remote
Comment by ~razzi on ~razzi/dev-env
Much simpler, if vim detects it is in vim terminal, call edit with the filename in the parent vim:
if !empty($VIM_TERMINAL) let tapi_args = '["call", "Tapi_TerminalEdit", ["' . argv()[0] . '"]]' let escaped_args = '\033]51;' . tapi_args . '\x07' execute "!echo -e '" . escaped_args . "'" endif
REPORTED
RESOLVED CLOSEDComment by ~razzi on ~razzi/dev-env
Not using alacritty right now, using kitty
REPORTED
RESOLVED CLOSEDComment by ~razzi on ~razzi/dev-env
1d613624bc5b56642b599e239b89c17f1cf00b1e
Comment by ~razzi on ~razzi/dev-env
REPORTED
RESOLVED CLOSEDTicket created by ~razzi on ~razzi/dev-env
As of now, I end up with sessions like
.vim $ remove -r pack/ Remove .git directory pack/vendor/start/vim-puppet/.git?> y Remove .git directory pack/vendor/start/vim-fugitive/.git?> y Remove .git directory pack/vendor/start/vim-commentary/.git?> Cancelling. Remove .git directory pack/vendor/start/vim-fish-syntax/.git?> y Cancelling. Remove .git directory pack/vendor/start/vim-surround/.git?> Cancelling. Remove .git directory pack/vendor/start/ultisnips/.git?> Cancelling. Remove .git directory pack/vendor/start/CamelCaseMotion/.git?> Cancelling. Remove .git directory pack/vendor/start/vim-snippets/.git?> Cancelling. Remove .git directory pack/vendor/opt/trailertrash.vim/.git?