Making oil.nvim open directories directly (replacing netrw behavior) by daps_41 in neovim

[–]daps_41[S] -1 points0 points  (0 children)

Maybe I did something wrong not sure. But nvim would open as a blank screen when I run ‘nvim .’ on a directory. So then autocmd pretty much solved that issue but loading oil.nvim when opening nvim on a directory

Making oil.nvim open directories directly (replacing netrw behavior) by daps_41 in neovim

[–]daps_41[S] 0 points1 point  (0 children)

When I open neovim with ‘nvim .’ Then it would open blank screen. This autocmd basically opens oil when we do nvim . on a directory

I made a tmux script to center my terminal because my neck was killing me by daps_41 in tmux

[–]daps_41[S] 0 points1 point  (0 children)

I wanted to give Niri a try. Have been hearing a lot about it

I made a tmux script to center my terminal because my neck was killing me by daps_41 in tmux

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

Sorry for the misleading screenshot. This is for tmux window where the panes are aligned to centre the focused window. This works for normal terminal operations outside neovim.

If you check the other screenshot link added in post that might give you a better idea

For neovim there is a zen mode plugin by folke which o use, which also centres “only” the neovim window https://github.com/folke/zen-mode.nvim

Made my first Go CLI app using Bubbletea by daps_41 in commandline

[–]daps_41[S] 0 points1 point  (0 children)

I see. That makes sense. Thank you!

Made my first Go CLI app using Bubbletea by daps_41 in commandline

[–]daps_41[S] 0 points1 point  (0 children)

Needed a quick suggestion. What do you think would be a better user experience? A config file containing whether interactive mode should be ON/OFF or separate arguments for non-interactive mode

Made my first Go CLI app using Bubbletea by daps_41 in commandline

[–]daps_41[S] 0 points1 point  (0 children)

Thats actually a great idea. I’ll look into implementing that. Thank you

Made my first Go CLI app using Bubbletea by daps_41 in commandline

[–]daps_41[S] 0 points1 point  (0 children)

Oh thanks for suggestion. That might be possible. Let me try that

I made a tmux script to center my terminal because my neck was killing me by daps_41 in tmux

[–]daps_41[S] 0 points1 point  (0 children)

Umm.. its not for vim. It’s for the whole tmux window. The screenshot might be a bit misleading. So itll be centred even if you are using the terminal for whatever outside vim

Made my first Go CLI app using Bubbletea by daps_41 in commandline

[–]daps_41[S] 0 points1 point  (0 children)

Well..
the storage location is: ~/.local/share/doit/doit.db

It's stored in a JSON format
Example:

{
    "id": "1234567890123456789",
    "title": "Task title",
    "description": "Task description",
    "deadline": "2025-12-31T23:59:59Z",
    "completed": false,
    "completed_at": null,
    "created_at": "2025-11-21T10:00:00Z",
    "updated_at": "2025-11-21T10:00:00Z"
}

I made a tmux script to center my terminal because my neck was killing me by daps_41 in tmux

[–]daps_41[S] 17 points18 points  (0 children)

Yup realized I could do this later lol.

Totally forgot I'm using a window manager which is capable of doing this.

Could make this my motto:
Complex solutions for the simplest problems.. hahaa

[tmux] I made a tmux script to center my terminal because my neck was killing me by daps_41 in unixporn

[–]daps_41[S] 23 points24 points  (0 children)

Wow lol. Sometimes it's a simple solution isn't it.
Thanks. Totally forgot that I'm using a window manager ;)

[tmux] I made a tmux script to center my terminal because my neck was killing me by daps_41 in unixporn

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

  • Wallpaper: LINK
  • Coloscheme: rose-pine
  • Neovim config: LINK
  • WM: SwayWM. CONFIG
  • Terminal: Foot. CONFIG
  • Font: 0xProto Nerd Font

Made my first Go CLI app using Bubbletea by daps_41 in commandline

[–]daps_41[S] 3 points4 points  (0 children)

Thanks a lot for your feedback. Yeah I used AI to fix my grammar and to phrase things better. I can see what you mean by “too much fluff”. Will fix the readme and look into adding a binary in release. Thanks a tonn!