Replies: 3 comments
-
I'm using zellij to easily create a new terminal and execute my git commands there. Some people are using gitui or lazygit there. |
Beta Was this translation helpful? Give feedback.
-
See also #9838 |
Beta Was this translation helpful? Give feedback.
-
Hi, I don't know if you still need the help. But I hope this can help you, I use Lazygit to have an IDE-like experience and I have it configured with a shortcut. (you need to install lazygit) [keys.normal]
C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"] I also use xplr or lf (these are the ones I have tried that work) for all the folder creation, multiple file creation, deleting, or editing file names. [keys.normal]
C-f = [":new", ":insert-output pwd | xplr", ":buffer-close!", ":redraw"] |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I compared the 42 Neovim plugins I use to my needs with Helix:
That leaves 3 plugins that I used on a regular basis that are waiting on the plugin system: z.vim, zen mode and better git integration (like Fugitive.
Maybe I could replace fugitive with some different workflows.
I found several of my vim plugins are already deprecated, obsolete or unmaintained.
Beta Was this translation helpful? Give feedback.
All reactions