I’ve recently been getting into really picking and choosing how my computer is set up and what software I use to do certain tasks. Specifically, replacing GUIs (dolphin, [insert gui text editor here ig]) with CLIs (lf, nvim). That and learning how to leverage bash scripting to really have control over my computer.

The thing is, using tmux, nvim, and lf together has proved cumbersome because I have no idea how to integrate them. I can technically do whatever I need to do, but it certainly isn’t the fast CLI-ninja experience I was hoping for.

I’ve gone through each of their manuals and understand them on their own well enough, but with integrating them I’m drawing a blank.

So, Linux enthusiasts in this corner of the internet, do you have any guidance on setting up proper integration between CLI-based file managers, neovim, and tmux? I’m also open to suggestions for new software or a different file manager.

Edit: after making this post I got to searching again and damn cfiles looking pretty good… Edit2: nvm it’s not in nixpkgs… damn…

  • www-gem@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    3 days ago

    You’ve just entered a rabbit hole that will push the boundaries of your control on your system.
    Now, I’m not 100% sure that I’ve correctly understand what you’re looking for. If you’re after a file manager for nvim or tmux, then I would second yazi for your terminal as previously mentioned. Or you could go bare bone and use the command line straight with the help of some features like zsh and its competition, call to past arguments, zmv (and glob expression)…
    For nvim, you can use the default tree explorer for basic usage. More advanced features can be found with telescope for example. I personaly opted for fzf-lua. Both can be used in other plugins as well to make things very easy and powerful. Just to cite a few, I’m using fzf-lua with obsidian (which, despite the name, doesn’t require the tool of the same name) and snacks.