I
I
IvanN7772018-03-30 13:57:27
vim
IvanN777, 2018-03-30 13:57:27

Moved to vim c ide not enough history of changed files per day, like Netbeans or PhpStorm is there such a plugin?

It is interesting to quickly move through the text is good.
However, in the course of work, you often have to edit files, not always while they (changes) are added to the git.
For every sneeze to make a commit, you will also kill yourself then merge them.
And there are losses.
:changes
Saves a little, but even so it's not very informative.
For example, to navigate through directories, I found the vifm plugin instead of the standard one.
The history of u and Ctrl - R is not enough.
g,g;
We are talking about changes in the project files per day.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Max Medar, 2018-03-30
@IvanN777

There is native: https://neovim.io/doc/user/undo.html#undo-tree
And plugins for more convenience:
- https://github.com/mbbill/undotree
- https://github.com/simnalamburt /vim-mundo

D
DarkMode, 2018-05-09
@DarkMode

https://github.com/mhinz/vim-startify
startify-menu.png

R
Roman Konofeev, 2018-04-19
@konofeev

:oldfiles
:browse oldfiles

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question