micro/internal
Andrew Geng 432fc7ed58
Add -multimode to open multiple files into split. (#2689)
Adds config option `multimode`, which takes values `tab`, `vsplit`,
or `hsplit` (corresponding to the file-opening commands). I mean to
use it with a command line like

    micro -multimode vsplit foo.h foo.c

to open files in a side-by-side split, but if one really wanted to
one could set it in the config file to change the default behavior of
opening multiple files in tabs.
2023-01-23 11:13:42 -08:00
..
action Add -multimode to open multiple files into split. (#2689) 2023-01-23 11:13:42 -08:00
buffer Fix save with sudo for large file sizes 2022-11-02 16:00:12 -07:00
clipboard Use zyedidia/clipper for external clipboard 2022-06-14 08:40:57 -04:00
config Add -multimode to open multiple files into split. (#2689) 2023-01-23 11:13:42 -08:00
display Fix incorrect LastVisualX after changing bufWidth w/o resize (#2629) 2022-12-02 17:49:06 -08:00
info Clear prompt before callback 2020-11-16 14:07:22 -05:00
lua Make more libraries available (#1917) 2020-11-21 01:46:17 -05:00
screen Use shell job for terminal callback 2022-08-19 15:46:01 -07:00
shell Use shell job for terminal callback 2022-08-19 15:46:01 -07:00
util Improve comments 2021-08-21 17:58:30 -04:00
views Fix unsplit crash 2020-02-08 21:06:13 -05:00