Editing text at the command line with micro
Changing Your Keybindings
Maybe you're moving to micro from another text editor – one that uses a different set of keystrokes to access commands. You can change micro's keybindings by editing a file named bindings.json
in the folder config/micro/
in your /home
directory.
As with micro's configuration options, you use a set of attribute/value pairs to change the editor's keybindings. In this case, the attribute is the keystroke combination that you want to change, and the value is the name of the command for that keystroke.
Let's say you're used to pressing Ctrl+Y to paste text (remember that out of the box, micro does that when you press Ctrl+V). To change the command, add this to the file bindings.json
:
"Ctrl-y": "Paste"
Final Thoughts
Editing text at the Linux command line doesn't need to be intimidating. It doesn't need to involve using arcane keystroke combinations to access the editor's commands. Micro brings the ease of using a desktop text editor to the command line.
Micro not only packs a solid set of features, it wraps those features in a small package. It's one of the fastest and easiest-to-use command-line text editors that I've used over the years.
Micro lives up to its billing as an intuitive terminal-based text editor. It's definitely worth having around for those times when you need to edit text files at the command line.
Infos
- micro: https://micro-editor.github.io
- GitHub repository: https://github.com/zyedidia/micro
- micro plugins: https://micro-editor.github.io/plugins.html
- Developing plugins for micro: https://github.com/zyedidia/micro/blob/master/runtime/help/plugins.md
« Previous 1 2 3
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
SparkyLinux 6.6 Now Available for Installation
The Debian-based SparkyLinux has a new point release that retools the live USB desktop creator and other changes that give it shiny new-ness.
-
SparkyLinux 6.6 Now Available for Installation
The Debian-based SparkyLinux has a new point release that retools the live USB desktop creator and other changes that give it shiny new-ness.
-
Escuelas Linux 8.0 Now Available
Just in time for its 25th anniversary, the developers of Escuelas Linux have released the latest version.
-
LibreOffice 7.5 Loaded with New Features and Improvements
The favorite office suite of the Linux community has a new release that includes some visual refreshing and new features across all modules.
-
The Next Major Release of Elementary OS Has Arrived
It's been over a year since the developers of elementary OS released version 6.1 (Jólnir) but they've finally made their latest release (Horus) available with a renewed focus on the user.
-
KDE Plasma 5.27 Beta Is Ready for Testing
The latest beta iteration of the KDE Plasma desktop is now available and includes some important additions and fixes.
-
Netrunner OS 23 Is Now Available
The latest version of this Linux distribution is now based on Debian Bullseye and is ready for installation and finally hits the KDE 5.20 branch of the desktop.
-
New Linux Distribution Built for Gamers
With a Gnome desktop that offers different layouts and a custom kernel, PikaOS is a great option for gamers of all types.
-
System76 Beefs Up Popular Pangolin Laptop
The darling of open-source-powered laptops and desktops will soon drop a new AMD Ryzen 7-powered version of their popular Pangolin laptop.
-
Nobara Project Is a Modified Version of Fedora with User-Friendly Fixes
If you're looking for a version of Fedora that includes third-party and proprietary packages, look no further than the Nobara Project.