vim-sort-motion VS vim-eunuch

Compare vim-sort-motion vs vim-eunuch and see what are their differences.

vim-sort-motion

Vim mapping for sorting a range of text (by christoomey)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vim-sort-motion vim-eunuch
6 27
246 1,780
- -
0.0 5.0
about 3 years ago 3 months ago
Vim Script Vim Script
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vim-sort-motion

Posts with mentions or reviews of vim-sort-motion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-04.

vim-eunuch

Posts with mentions or reviews of vim-eunuch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-24.
  • Automatically make files with shebang executable using autocommands
    1 project | /r/neovim | 2 Oct 2023
    Honorable mention : vim-eunch has this feature plus many other convenience commands.
  • Best way to manipulate files inside neovim?
    17 projects | /r/neovim | 24 Jun 2023
    I use eunuch.vim mostly by executing :Rename or :Remove or :Move. I also use this plugin whenever I have to manipulate multiple files in the working directory using :Cfind -name '*.lua' -type f which puts all .lua files in the cwd in the quickfix list then doing something like :cfdo lua vim.lsp.buf.format() to format all files.
  • Why :find is so slow compared to vscode/sublime file search feature?
    1 project | /r/vim | 2 Jun 2023
    If you are avoiding vim plugins due to external, non-standard dependencies (e.g. fzf), then you might be pleased to know that some plugins can solve this problem with standard linux utilities, like :Cfind and :Lfind from tpope/vim-eunuch which use the find linux utility.
  • Which file explorer do you use?
    19 projects | /r/neovim | 26 Apr 2023
    I use vim-dirvish(you probably want to pair this with vim-enunch), it's a more minimal version of Netrw.
  • How can I rename (case sensitive) a buffer and reopen it?
    1 project | /r/vim | 28 Feb 2023
  • Renaming current file
    1 project | /r/neovim | 23 Jan 2023
    Try vim-eunuch lua {'tpope/vim-eunuch', config = function () vim.cmd('cnoreabbrev rename Rename') --:rgb + to trigger end},
  • Problems Moving Files with Netrw
    2 projects | /r/neovim | 18 Dec 2022
    I use netrw but I do moving, renaming etc with vim-eunuch and have done for about ten years. It just works how you'd expect it to.
  • what is your startup time?
    18 projects | /r/vim | 27 Sep 2022
  • What shell commands do you invoke a lot from vi?
    2 projects | /r/vim | 30 Aug 2022
    You might want to look into :Delete from tpope's vim-eunuch, along with wrappers for mkdir, chmod, etc.
  • Move file open in window relative to files location?
    1 project | /r/vim | 27 Jul 2022
    I did try: 1. Using the vim file explorer move command: 1. It does not implement autocomplete 1. I cannot use the vim movement shortcuts to move in the path, so I need to use the arrow keys to get before the file name. (dealbreaker) 1. It does not rename the buffer 1. Using eunuch plugin Move command: https://github.com/tpope/vim-eunuch 1. Relative paths were dependent on doing a change directory command first. That is fine but bothersome. 1. Required me to write the filename manually if I used the autocomplete. I did not find an efficient way to paste the current file name (without the path) to a command argument. 1. All in all quite close but still not good enough for me.

What are some alternatives?

When comparing vim-sort-motion and vim-eunuch you can also consider the following projects:

vim-textobj-entire - Vim plugin: Text objects for entire buffer

nvim-tree.lua - A file explorer tree for neovim written in lua

targets.vim - Vim plugin that provides additional text objects

barbar.nvim - The neovim tabline plugin.

vim-startify - :link: The fancy start screen for Vim.

neo-tree.nvim - Neovim plugin to manage the file system and other tree like structures.

vim-abolish - abolish.vim: Work with several variants of a word at once

neovim - Vim-fork focused on extensibility and usability

vim-gitgutter - A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.

indentLine - A vim plugin to display the indention levels with thin vertical lines

vim-textobj-user - Vim plugin: Create your own text objects

vim-bbye - Delete buffers and close files in Vim without closing your windows or messing up your layout. Like Bclose.vim, but rewritten and well maintained.