Samarth Bhatia
Samarth Bhatia
Nothing to be sorry about!
That didn't help it either Is there a way I can get a more verbose error?
How do I do that (run a script "directly with tmux")? If I try to run the script normally in a new window: ```fish ⋊> ~/.tmux/plugins/treemux/scripts/toggle.sh 'nvim,~/.tmux/plugins/treemux/configs/treemux_init.lua,,python3,left,40,top,70%,editor,0.5,2,1000,0' /home/pu239/.tmux/plugins/treemux/scripts/toggle.sh: line 158:...
Yeah, you're right, I missed that ```lua Error detected while processing /home/pu239/.tmux/plugins/treemux/configs/treemux_init.lua: E5113: Error while calling lua chunk: ...e/pu239/.tmux/plugins/treemux/configs/treemux_init.lua:56: module 'lazy' not found: no field package.preload['lazy'] no file './lazy.lua' no...
It gives the same error ```lua Error detected while processing /home/pu239/.tmux/plugins/treemux/configs/treemux_init.lua: E5113: Error while calling lua chunk: ...e/pu239/.tmux/plugins/treemux/configs/treemux_init.lua:56: module 'lazy' not found: no field package.preload['lazy'] no file './lazy.lua' no file...
Just chiming in that `fish`'s `abbr` does something similar - expand input as you type (i.e. it doesn't wait for the command to be executed). Would it be hard to...
Yeah, I understand. Filtering real-time vs one-shot would have different priorities. On my usage of fish abbreviations: I mostly use it as a better alias (which is a bash feature...
I knew about the alias hints - I have it enabled, but usually the hint pops up ~0.75s after typing (is this an artificial delay because of debouncing the input?)...
Is there a reason for this delay? I couldn't find it in the doc
I don't notice any lag/flashing/weird behaviour 😅 Maybe my list of macros is very small: ```cmd la=ls -A $* ll=ls -lAh $* gitbash="C:\Program Files\Git\usr\bin\bash.exe" $* gnutar="C:\Program Files\Git\usr\bin\tar.exe" $* smerge="C:\Program Files\Sublime...