Sparkling gems and new releases from the world of Free and Open Source Software
Oni
Vim is a wonderful text editor that can be made to do many different tasks. But one of the best things about vim is that after your muscles have mastered its plethora of key combinations and commands, those movements can be used in lots of additional tools. Web browsers, IDEs, and even the Bash terminal can be made to interpret the same commands and keystrokes used by vim, making you super-efficient and cool looking. Which is why Oni – an IDE powered by Neovim (with a little help from React and Electron) – should be of interest to any developer with vim muscle memory.
Oni is built atop Neovim, the substantial community refactor of vim, and adds the kind of features you typically find in an IDE. It includes info overlays for functions, code completion, syntax and compilation error highlighting, and fuzzy search, alongside a new status bar. Of course, many of these can be added to Neovim (and vim!) via third-party engines, but Oni's strength is having all these features together in a self-contained package with minimal setup required. You can start coding from the moment you install Oni. Quick access to menu options allows you to split the views, open up a file manager, and insert text, removing some of the vim learning and remembering burden. Various vim plugins are also included, such as Targets.vim
and commenary.vim
, alongside a couple of excellent color schemes (vim-monokai
and onedark.vim
). Oni also makes editing the configuration file easy, with a direct link from the menu and a few common options commented out, such as for changing the font size. Behind the lovely UI, Oni also features a new plugin environment that replaces the rather arcane VimL with JavaScript. Best of all, Oni is just as quick and powerful as the original vim, without requiring the years of memory sacrifice.
Project Website
https://github.com/extr0py/oni
Fast file management
nnn
File management on the command line is about as fast as file management can get. You type short commands to move, copy, and delete files and directories, switching between local and remote locations with ease. But there are still times when a file manager similar to those found on Gnome, Xfce, or KDE provides a visual overview of your files and folders that makes better sense, especially when dealing with multiple files or exploring documents. This is when you need nnn
(Noice is not Noice, of course), a fork of the ace terminal file manager noice. After launch, for example, nnn
loads instantly, and you can immediately use the arrow keys to skip about your filesystem. Press the right arrow on a file, and the default application will load to view whatever MIME type is associated with the file
Starting nnn
with the -S
argument will create a catalog of how much storage each folder and file is consuming (probably with du
) and output this information within the simple file view. This is a good way of identifying fat folders or downloads, and it works better than trying to do the same thing with sort
on the command line. This being the command line, various keyboard shortcuts are used to access the majority of functions. Pressing D, for instance, shows in-depth details on a file, including blocks, MIME type, and file contents. The tilde (~) takes you quickly home or an ampersand (&) to the directory in which you started. A powerful set of filters let you search as you type for files matching your criteria in the current folder, such as \.png
for all PNG image files, and the search will match hidden files if run as root.
Project Website
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
The GNU Project Celebrates Its 40th Birthday
September 27 marks the 40th anniversary of the GNU Project, and it was celebrated with a hacker meeting in Biel/Bienne, Switzerland.
-
Linux Kernel Reducing Long-Term Support
LTS support for the Linux kernel is about to undergo some serious changes that will have a considerable impact on the future.
-
Fedora 39 Beta Now Available for Testing
For fans and users of Fedora Linux, the first beta of release 39 is now available, which is a minor upgrade but does include GNOME 45.
-
Fedora Linux 40 to Drop X11 for KDE Plasma
When Fedora 40 arrives in 2024, there will be a few big changes coming, especially for the KDE Plasma option.
-
Real-Time Ubuntu Available in AWS Marketplace
Anyone looking for a Linux distribution for real-time processing could do a whole lot worse than Real-Time Ubuntu.
-
KSMBD Finally Reaches a Stable State
For those who've been looking forward to the first release of KSMBD, after two years it's no longer considered experimental.
-
Nitrux 3.0.0 Has Been Released
The latest version of Nitrux brings plenty of innovation and fresh apps to the table.
-
Linux From Scratch 12.0 Now Available
If you're looking to roll your own Linux distribution, the latest version of Linux From Scratch is now available with plenty of updates.
-
Linux Kernel 6.5 Has Been Released
The newest Linux kernel, version 6.5, now includes initial support for two very exciting features.
-
UbuntuDDE 23.04 Now Available
A new version of the UbuntuDDE remix has finally arrived with all the updates from the Deepin desktop and everything that comes with the Ubuntu 23.04 base.