Archive

Posts Tagged ‘micro’

How to open two files side by side?

November 30, 2023 Leave a comment

Problem

From the command-line, you want to open two files side by side.

Solution

With vim:

$ vim -O file1 file2

With micro:

$ micro -multiopen vsplit file1 file2

For micro, I got help here.

Categories: terminal Tags: , , ,
Design a site like this with WordPress.com
Get started