~razzi

https://razzi.abuissa.net

Trackers

~razzi/fish-functions

Last active 8 months ago

~razzi/dev-env

Last active 8 months ago

~razzi/lightspeed

Last active 2 years ago

#1 unsymlink completion slow/hangs 8 months ago

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 CLOSED

#1 unsymlink completion slow/hangs 8 months ago

Ticket created by ~razzi on ~razzi/fish-functions

$ touch myfile
$ symlink myfile mylink
$ unsymlink myl<tab>

... hangs

#7 sync-repos should fetch then pull/push as necessary 8 months ago

Comment by ~razzi on ~razzi/dev-env

REPORTED RESOLVED CLOSED

#7 sync-repos should fetch then pull/push as necessary 8 months ago

Ticket created by ~razzi on ~razzi/dev-env

Probably pull then only push if local is ahead of remote

#3 vim terminal nested vim from command line 8 months ago

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 CLOSED

#5 Unable to paste password into ssh with alacritty 1 year, 3 days ago

Comment by ~razzi on ~razzi/dev-env

Not using alacritty right now, using kitty

REPORTED RESOLVED CLOSED

#6 Want to have control-c cancel an entire directory remove 1 year, 3 days ago

Comment by ~razzi on ~razzi/dev-env

1d613624bc5b56642b599e239b89c17f1cf00b1e

#6 Want to have control-c cancel an entire directory remove 1 year, 3 days ago

Comment by ~razzi on ~razzi/dev-env

REPORTED RESOLVED CLOSED

#6 Want to have control-c cancel an entire directory remove 1 year, 11 days ago

Ticket 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?

#2 shortcut for :w !sudo tee % and quit 1 year, 1 month ago

Comment by ~razzi on ~razzi/dev-env

REPORTED RESOLVED CLOSED