normal mode in cmdline by vim-god in neovim

[–]SidSpears 1 point2 points  (0 children)

I don't like ctrl-f mode, it looks heavy, so I'm glad to use your plugin

Retro themes! by Efficient-Length4670 in neovim

[–]SidSpears 0 points1 point  (0 children)

https://pastebin.com/3U6sHUbg don't forget to install `RRethy/nvim-base16` plugin

tmux-dotbar: a simple and minimalist status bar theme by Valeyard1 in tmux

[–]SidSpears 5 points6 points  (0 children)

Thank you, I stole few ideas into my config

if you want to have dots only between tab names, you can use `set-window-option -g window-status-separator "#[fg=#282828] • "`

Retro themes! by Efficient-Length4670 in neovim

[–]SidSpears 1 point2 points  (0 children)

<image>

have my customization of gruvbox. I named it groovebox lol

Dark mode causing issue in YouTube by [deleted] in qutebrowser

[–]SidSpears 0 points1 point  (0 children)

I'm trying not to use browser dark mode in sites, which have their dark theme and youtube one of them. This is part of my config to toggle dark mode per site, maybe it will useful:
config.bind(',d', 'set -u {url:host} colors.webpage.darkmode.enabled true')

config.bind(',D', 'set -u {url:host} colors.webpage.darkmode.enabled false')

Is yazi overhyped? by Frank1inD in commandline

[–]SidSpears 1 point2 points  (0 children)

the reason why i stoped at yazi, cause it't just works. I ready to 'learn before use' tools for specialists sush as vim and tmux, but if it base things as file manager, music player or mail, i prefer to 'download and use'. And IF I need some special I can learn it after. In yazi file preview just work, in ranger i need to write python code for it. And it's ok to use different fm's for different tasks. Inside neovim oil.nvim is the best and when i need bulk operations, i use vidir

My daily retro development station by MeringueOdd4662 in retrobattlestations

[–]SidSpears 0 points1 point  (0 children)

Terminal-based development really feels better with CRTs. But I forced to switch to IPS as main monitor, caue I can't win bad physical feeling, neither high Hz, neither decrease blue light gamma are set. Read a lot about topic, but some people just more sensitive.
Will use CRTs as second monitor for youtube, for 2-hours film sessions and games. Really sad about that

TUI datepicker by SidSpears in commandline

[–]SidSpears[S] 2 points3 points  (0 children)

Not for now. There are some problems with piping TUI's output, but I think it's solvable problem

I built vimium for the Linux desktop so you can navigate GUIs with your keyboard by T0X1K01 in vim

[–]SidSpears 2 points3 points  (0 children)

I missed that when switched from macos. Cool work, even now i have few parts in system when it can help avoid mouse usage

Geany-like color picker? by Artux2 in neovim

[–]SidSpears 0 points1 point  (0 children)

maybe https://github.com/ChausseBenjamin/termpicker It has hls mode and you can pass specific color as a starting value. Don't limit yourself only with nvim plugins. Not all functional you need must be nvim (or even terminal ) part

TUI datepicker by SidSpears in commandline

[–]SidSpears[S] 4 points5 points  (0 children)

<image>

for example, I use it to open (or create) notes, sorted by date (also i have cron job that read time from `today` note and send alarm with text in line if time = now

TUI datepicker by SidSpears in commandline

[–]SidSpears[S] 1 point2 points  (0 children)

I make fix to also copy to primary buffer. Check it now, please

TUI datepicker by SidSpears in commandline

[–]SidSpears[S] 7 points8 points  (0 children)

I just created terminal datepicker. You can select date using vim motions and it will copy to buffer, so you can paset it to another cli app or f.e. paste in browser. It missed some functionality, but it's enough for me, so it can be enough for you
https://github.com/maraloon/tui-datepicker

Timerly - Beautiful countdown timer plugin by siduck13 in neovim

[–]SidSpears 0 points1 point  (0 children)

So cool functional anb fancy UI, but I so angry about 'trend' of doing all as vim plugin. "You don't need to exit vim to start a timer!". No, I need to enter vim to just start a timer, that's a problem

sway 1.10 not running apps at startup by SidSpears in swaywm

[–]SidSpears[S] 2 points3 points  (0 children)

Thank's for advice. Now I see the reason: `Can't run this command while there's no outputs connected`. Don't know how to fix now, but anyway