You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since filebeagle does not have a native implementation to delete files, it would be useful having something like https://github.com/tpope/vim-vinegar has.
Press . on a file to pre-populate it at the end of a : command line. This is great, for example, to quickly initiate a :grep of the file or directory under the cursor. There's also !, which starts the line off with a bang. Type !chmod +x and get :!chmod +x path/to/file.
I know filebeagle has :ClipPathName but this would be different, cause the global register should not be used and the command line is prepopulated.
The text was updated successfully, but these errors were encountered:
Since filebeagle does not have a native implementation to delete files, it would be useful having something like https://github.com/tpope/vim-vinegar has.
I know filebeagle has
:ClipPathName
but this would be different, cause the global register should not be used and the command line is prepopulated.The text was updated successfully, but these errors were encountered: