Is there a good way to use nvim as a tmux replacement ? I want to use nvim to manage my terminals.
The reasons are:
-
I’m a big fan of GitHub - folke/which-key.nvim: 💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing. – and I’d like my tmux/bash to have which-key type power.
-
I use tmux/bash mostly for (a) monitoring programs, (2) moving files around, and (3) opening up nvim on certain directories. All three seems like things that can be easily done in nvim.
-
I understand that nvim is not emacs, but I’m curious if there is a nice plugin to use nvim this way.
Thanks!