When comparing Vim vs Directory Opus, the Slant community recommends Directory Opus for most people. In the question“What are the best power user tools for Windows?” Directory Opus is ranked 13th while Vim is ranked 32nd. The most important reason people chose Directory Opus is:
Allows customizing toolbars and keyboard hotkeys. Has a full scripting interface that allows in-depth customization options.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Lightweight and fast
When compared to modern graphical editors like Atom and Brackets (which have underlying HTML5 engines, browsers, Node, etc.), Vim uses a sliver of the system's memory and it loads instantly, all the while delivering the same features. Vim is also faster than Emacs.
Pro Free and open-source software
Vim is open-source, GPL-compatible charityware.
Pro Works in terminal over SSH
Unlike other editors such as Sublime Text, Vim is a command line editor and hence can be used in remote development environments like Chromebooks via SSH.
Pro Extremely portable
Vi/vim exists on almost all Unix-like platforms. It's the de-facto Unix editor and is easily installed on Windows. All you need to make it work is a text-based connection, so it works well for remote machines with slow connections, or when you're too lazy to set up a VNC/Remote Desktop connection.
Pro Keyboard-based, mouse-free interface, and trackpad support
There's no need to reach for the mouse or the Ctrl/Alt buttons again. Everything is a mere key press or two away with almost 200 functions specifically for text editing. Vim does support the mouse, but it's designed so you don't have to use it for greater efficiency.
Versions of Vim, like gVim or MacVim, still allow you to use the mouse and familiar platform shortcuts. That can help ease the learning curve and you'll probably find you won't want to (or need to) use the mouse after a while.
Pro Great productivity
Vim's keyset is mainly restricted to the alphanumeric keys and the escape key. This is an enduring relic of its teletype heritage, but has the effect of making my ost of Vim's functionality accessible without frequent awkward finger reaches.
Pro Macros increase productivity
Many text editors have programmable macros, but since Vim is keyboard-based, your programmed macros are usually far more predictable and easier to understand.
Pro Excellent performance
As it loads the whole file into RAM, replacing all string occurrences in 100 MB+ files is quick and easy. Every other editor has sort of died during that. It is extremely fast even for cold start. Vim is light-weight and very compact. In terminal, it only uses a small amount of memory and anytime you invoke Vim, it's extremely fast. It's immediate, so much so you can't even notice any time lag.
Pro Tons of plugins/add-ons
This makes Vim the definitive resource for every environment (Ruby/Rails, Python, C, etc.), or simply just provides more information in your view.
Pro Everything is mnemonic
No need to memorize different key combinations for things like deleting the text inside of a block or deleting the text inside of a pair of quotes. It's just a series of actions, or nouns and verbs, or however you prefer to think about it. If you want to delete, you select "d"; if you want it to happen inside something, you select "i"; and if you want the surrounding double-quotes, just select ". But if you were changing the text, or copying it, or anything else, you'd still use the same "i" and ". This makes it very easy to remember a large number of different extremely useful commands, without the effort it takes to remember all of the Emacs "magic incantations", for example.
Pro Vimtutor
Vimtutor is an excellent interactive tutorial for people with no prior experience of Vim. It takes about 30 minutes to complete.
Pro Usable from a Terminal or with a GUI (GVim, MacVim)
If you happen to be logged into SSH, you can use Vim in a terminal. It can also run with a GUI too.
Pro Has been supported for a long time
And will be supported for many years to come.
Pro Once learned, it's very hard to forget
Vim's somewhat steep learning curve is more than made up for once you've mastered a few basic concepts and learned the tricks that allow you to program faster with fewer cut/paste mistakes.
Pro Can never outgrow it
The fact that very few, if any, people claim to be a "Vim Master" is a testament to the breadth and depth of Vim. There is always something new to learn - a new, perhaps more efficient, way to use it. This prevents Vim from ever feeling stale. It's always fresh.
Pro Flexible feature-set
Vim allows users to include many features found in IDEs and competing editors, but does not force them all on the user. This not only helps keep it lighter in weight than a lot of other options, but it also helps ensure that some unused features will not get in the way.
Pro Has multiple distinct editing modes
Interaction with Vim is centered around several "modes", where purpose and keybindings differ in each.
Insert mode is for entering text. This mode most resembles traditional text entry in most editors.
Normal mode (the default) is entered by hitting ESC and converts all keybindings to center around movement within the file, search, pane selection, etc.
Command mode is entered by hitting ":" in Normal mode and allows you to execute Vim commands and scripts similar in fashion to a shell.
Visual mode is for selecting lines, blocks, and characters of code.
Those are the major modes, and several more exist depending on what one defines as a "mode" in Vim.
Pro By default in Linux
All Linux distributions out there will have Vim built into them, which is highly convenient!
Pro Vim encourages discipline
If you use Vim long enough, it will rewire your brain to be more efficient.
Pro Useful undo features
Vim does not only offer unlimited undo levels, later releases support an undo tree. It eventually gives the editor VCS-like features. You can undo the current file to any point in the past, even if a change was already undone again. Another neat feature is persistent undo, which enables to undo changes after the file was closed and reopened again.
Pro Donations and support to Vim.org helps children in Uganda through ICCF Holland
Pro Built-in package management
Starting with Vim 8, a package manager has been built into Vim. The package manager helps keep track of installed plugins, their versions and also only loads the needed plugins on startup depending on the file type.
Pro If you can use Vim you can also use vi
Pro Works on Android
Pro Productivity enhancing modal paradigm
As with all vi-like editors, Vim provides a modal paradigm for text editing and processing that provides a rich syntax and semantic model for composing succinct, powerful commands. While this requires some initial investment in learning how it works in order to take full advantage of its capabilities, it rewards the user well in the long run. This modal interface paradigm also lends itself surprisingly well to many other types of applications that can be controlled by vi-like keybindings, such as browsers, image viewers, media players, network clients (for email and other communication media), and window managers. Even shells (including zsh, tcsh, mksh, and bash, among others) come with vi-like keybinding features that can greatly enhance user comfort and efficiency when the user is familiar with the vi modal editing paradigm.
Pro Asynchronous I/O support
Since Vim 8, Vim can exchange characters with background processes asynchronously. This avoids the problem of the text editor getting stuck when a plugin that had to communicate with a server was running. Now plugins can send and receive data from external scripts without forcing Vim to freeze.
Pro Can set up keymapping
Pro Multiple clipboards
It is called "registers".
Pro Status Booster
Using vim not just increase your productivity, but helps you flex.
Pro Customizable UI
Allows customizing toolbars and keyboard hotkeys. Has a full scripting interface that allows in-depth customization options.
Pro Can be set to replace Windows Explorer
Unique Explorer Replacement mode provides a full replacement for Windows Explorer.
Pro Batch-options
Allows batch renaming, viewing and editing file metadata.
Pro Allows color-coding and assigning star ratings to files and folders
This is done with Directory Opus' inbuilt label and its Status system.
Pro FTP support
Supports SFTP (Secure FTP via SSH, port 22)
Also supports FTP via SSL (port 990) and FTP via with TLS.
Caution: FTP is a paid additive to the product although in relative terms it's not too expensive (around $12).
Pro Supports different archive formats
Supports archive formats like Zip, 7Zip and RAR.
Pro Tools for synchronizing files and finding duplicates
Can easily synchronize files and helps the user in finding and deleting duplicates.
Pro Customizable status bar
Directory Opus allows users to customize the status bar to display helpful information based on several different factors, including file counts, types, disk space, and others. The status bar can also be customized separately for dual displays.
Pro Available for different architectures
Available in both 32 and 64 bit versions.
Pro Tabs
Directory Opus has tabs for each view, which are customizable in size, appearance, functionality, etc.
Pro Customized filters
Directory Opus allows users to create custom filters that can be saved and recalled as needed.
Pro Extended scripting API
The scripting capabilities of DirectoryOpus extend from version to version. You can do a whole lot of unheard stuff with that.
Custom columns, custom commands, handling events etc. just to name a few things. It even has a GUI editor to allow for custom interfaces for your file management and scripting tasks. Even though mastering it is not easy in the beginning, it's worth it in the long run.
Pro Very powerful and easy to use batch rename dialog/feature
From powerful RegEx renaming to batch macro renaming, Directory Opus can compete with any third party renaming tool.
Pro Integrates seamlessly as a launcher for other programs
You can launch via a toolbar button or user definable custom context menu items.
Pro Easy to sort photos
Image marking adds the images you select to a different file, making it easy to sort through a large number of them.
Pro Customizable and downloadable themes
The Directory Opus community has created everything from dark themes to themes emulating other applications.
Pro Standard and customized layouts/styles
Directory Opus includes 8 standard layouts, including Commander, Dual Horizontal, Dual Vertical, Explorer, Filmstrip, Images, Metadata and Single. In addition, users can create and save their own layouts to suit specific needs and file processes.
Pro Backup and restore configuration
Directory Opus includes a comprehensive configuration backup and restore feature. Users can backup their customized configuration at any time and restore a previous configuration as needed.
Pro Powerful image viewer
Directory Opus includes a powerful independent image viewer with configurable toolbar, menus and hotkeys.
Pro Manual sorting
Directory Opus allows users to sort files as they want in manual sorting mode.
Pro Single or dual independent trees
Directory Opus allows the user to use a single tree or dual independent trees with the dual file display.
Pro Relative size and date graphs
Directory Opus has an option to include relative size and date graphs. These can be displayed independently, in their own columns, or nested behind the size and date columns respectively. They can also be toggled on and off with a simple button as needed.
Pro Double-click on desktop to open a new file browser window
Pro File Status Symbols
Directory Opus offers an extension of standard color labeling in the form of status graphics that can be shown as an additional column in the file display. Standard graphics include "Checked" and "Flagged." Users can also create and use customized status labels.
Pro Supports high-DPI monitors
Directory Opus supports both 4K and 5K monitors.
Pro Integrated image conversion
Directory Opus includes integrated image conversion functionality, allowing users to convert images to different formats, rotate and flip images, and resize images. Functionality can be used on a single image or large batch of images.
Pro Extensive column availability
Directory Opus includes over 150 standard columns in various groups, ranging from "Name and Path" to "Metadata." In addition, users can create custom columns using a script.
Pro Stable & reliable when dealing with huge (100k+) file sets
This applies to both local and network drives.
Pro Vertical folder tabs
Directory Opus users can use vertical tabs instead of horizontal tabs, if desired.
Pro Works with Everything
Directory Opus works with the Everything search program. A custom-built script allows users to conduct searches and view results within the Directory Opus file display.
Pro Powerful, expandable viewer
The viewer in Directory Opus supports a huge array of file extensions (more can be added as plugins).
It is even able to show webpages in the viewer, when you select .url or .html files.
Pro Good customer support
The customer support is very good.
Pro Works with Listary
Directory Opus has native support for Listary, allowing users to move even more quickly between directories and perform searches.
Pro Integrated dialog editor
Lets you write scripts that have their own user interface with buttons, lists, checkboxes, text fields, etc.
Pro Searchable preferences
Directory Opus offers thousands of user preferences. To help users find the preference they want, Directory Opus offers a search function within the Preferences dialog that identifies and highlights specific preferences associated with the user's search term.
Pro Supports TeraCopy
Directory Opus supports TeraCopy.
Pro Flickr support
Directory Opus is able to sync your photos with Flickr.
You can customize which file collections to sync, and the save location for each file collection
Pro WSL (Windows Subsystem for Linux Support)
Script functions can be written in WSL Script, DOS Batch Mode, VBScript, JScript or directly calling Opus or External applications. /mnt/c
paths understood by path fields. WSL mode in Find As You Type (FAYT). Copy path names in WSL format or Windows format.
Pro It prevents you from making gross deletion mistakes
Since it makes your folder structure rather transparent and allows to easy checks through dual tabbed layout, it helps you to not delete files wrongly.
Pro World's best customer support
More often than not, developers reply within minutes (even seconds) on their great forum. Never seen anything like it before.
Pro Audio preview
Ways for sound designers to play and stop audio files for fast previewing.
Pro Gets updated often
Directory Opus gets updates all the time -- fixes, significant improvements and often new features are released multiple times a month. Improvement and feature requests by users are taken in consideration and you can often find your bug report resolved or improvement request fulfilled in one of the beta versions that follow soon.
Cons
Con High effort to customize
A lot of time and effort is put in to make it specific to your needs.
Con Difficult learning curve
You'll spend a lot of time learning all the commands and modes supported in Vim. You'll then spend more time tuning settings to your needs. Although once it's tuned to your needs, you can take your .vimrc
to any machine you need and have the same experience across all your computers.
Con Difficult to copy, paste, and delete
Con Poor support for external tooling
Many plugins depend on optional Python and Lua features, which may or may not be included in whatever binaries are available for your system. And without platform-specific hacks, it is difficult for plugins to operate in the background or use external tooling.
Con Poor feature discoverability
Though basic features like syntax checking, autocompletion, and file management are all available out of the box or with minimal configuration, this is not obvious to new users, who might get intimidated or assume they need to install complex plugins just so they can have this functionality. Other features new users might expect to find embedded in Vim, such as debugging, instead follow a UNIX-style model where they are called as external programs, the output of which might then be parsed by Vim so it can display results. Users not familiar with this paradigm will likely fault Vim for lacking those features as well.
Con No smooth scrolling
Even with the GUI version, the lines jiggle line-by-line. If you are used to smooth scrolling, this is very annoying, especially when working with larger files.
Con Doesn't play nice with the system cut/paste mechanisms
This can be worked around somewhat if you disable mouse for insert mode. You can then right-click your terminal and use paste like you would anywhere else in a terminal.
But it still doesn't feel right when the rest of your system uses Ctrl-C/Ctrl-V, and you have a system clipboard manager, and so forth.
Con Outdated UI
Con Requires Brain Mode Switching
When editing in vim, you have you use the vim keys; when editing in every other window on your PC, or in Word or Excel or other application, you need to use the standard system key combinations. Learning the vim combinations can actually make you SLOWER at everything else.
Con Slow when opening files with very long lines
A lot of very long lines can make Vim take up to a minute to open files, where a few other editors take only seconds to load the same file.
Con Consume brain energy for editing that should be used for logic
Text editing in vim is awesome, but it requires thinking about combination of commands. In other editors, you don't have to think about how to delete this part of code. You just think about how to implement a feature, what is a good design for this code. Even after you get used to using vim, it still requires your brain for editing.
Con Foreign keyboards have a hard time on Vim out of the box
A lot of frequently-used keybinds are way harder to access on foreign keyboards because they use different layouts.
For example, Germans use the QWERTZ layout, while French use the AZERTY.
Con Unintuitive mode switching
Con Extensibility isn't that great
While it has gotten better and some projects are slowly starting to build proper extension support, it still can't and by design never will achieve the extensibility of another editor like emacs.
Con Works poorly out of the box with right-to-left
Con Expensive
Compared to the other options, Directory Opus is quite expensive.
Prices are $35 for the Lite version and $64 for Pro (price changes based on the AUD to US exchange rate). Upgrading from light to pro costs about $30.
Con Portability costs more
On top of an already expensive license, users must purchase a separate Export License to create a portable version.
Con Can be intimidating to novice/inexperienced users
While the program is ULTRA-customizable, this can be a double-edged sword to anyone that is overwhelmed easily or not willing/able to learn the inner workings of DOpus.
Con Only available for Windows
Con Restrictive license
Product is licensed on a "per-machine basis" requiring purchasing multiple expensive licenses to cover a single user with multiple machines.
However, if you have time and luck, you can write to the DO sales department and they can produce another license for you to use personally on another machine you own.
Con Limited to only two views
You are only able to have two concurrent views at a time.
It does help, that you are able to have both the metadata-pane and the viewer-pane open whilst using Dopus in dual-view mode.
Con Limited support for Touch / Tablet mode
Your file manager + Start Menu are the main way to launch programs/documents... When using Touch Mode, the Surface running Opus would be far more usable if some attention was paid to this use case.
Con Complicated if one pursues mastery on the most advanced features
Takes a long time to become efficient with it. Mastering all the features can be rather exhausting.
Con No good support for right-sided tree
The only way to get a right sided tree is to display both panes in horizontal layout and then switch the first (upper) tree off. Which leaves you with 2 horizontal panes and one tree on the right. There is no other way (neither with 2 vertical nor with 1 pane) to have a tree on the right side. And since this layout setting is rather the step-child of the developers, it also is a bit buggy and not of top priority as far as fixing any issues with it.
Con Large file sizes
The installer weighs in at 50MB and the app directory is over 95MB.
Con No native/good support for restoring multiple search paths for the find files tool
Although all other options of the find files tool are very good, there simply is no easy way of regularly using the same multiple search paths.
For using only one search path, one can simply navigate to that path and activate the automatic path-use-button in the tool or choose one path from the previous paths drop-down, but that only works for one path. It can get cumbersome if one wants to restore multiple search paths at once. One must basically write his own script to do that. This is surprisingly annoying that such a basic and needed functionality is not natively supported (built-in) by such a generally powerful program.
Con Erroneous Con
Con has been deleted, as it stated untruthful information.