simohamed
simohamed
I still think `set nopreview` should purge the preview pane by default. @gokcehan can feel free to close the issue if he doesn't consider this behavior more intuitive and universal.
UNIX philosophy and streams are not at odds with sensible defaults at all; almost all users having to tweak a core function calls for stronger defaults, IMO. `nopreview` removing the...
Yes, I'm referring to `cmd-delete-unix-word`,  In this case `` or `cmd-delete-unix-word` would delete up to `:nvim`, is there a way to delete in one click up to `:nvim ~/.config/lf/`?...
This one: https://github.com/ItzBlitz98/torrentflix/blob/1600140721b520b34a59ca5d72c8e79eb36869f0/bin/torrentflix#L1-L2 On my system: ```fish $ which torrentflix /home/me/.npm-packages/bin/torrentflix $ readlink -f /home/me/.npm-packages/bin/torrentflix /home/me/.config/yarn/global/node_modules/torrentflix/bin/torrentflix ``` So, `/home/me/.config/yarn/global/node_modules/torrentflix/bin/torrentflix`. (I'm using `yarn`.)
Is there an issue in https://github.com/yarnpkg/yarn about this to upvote?
Still have to do this every now and then: ```fish echo $'#!/usr/bin/env node\nrequire(\'../lib/cli.js\');' > /home/me/.config/yarn/global/node_modules/torrentflix/bin/torrentflix ```
Seconded. **Reproduce:** ```fish git clone https://github.com/charlesdaniels/st.git cd st # change font in config.h if you want a working font make ./st ``` This will launch new `st`. Run the command...
Because `sixel` support is added through a [patch](https://gist.github.com/saitoha/70e0fdf22e3e8f63ce937c7f7da71809), I'm not sure if filing a bug to upstream would result in a fix unless what you are talking about is of...
@bakkeby, could you look into adding this into [`st-flexipatch`](https://github.com/bakkeby/st-flexipatch/) (and perhaps a community patches)?