{% extends "base.html" %} {% block title %}NEdit Command Line (34){% endblock %} {% block content %}
nedit [-read] [-create] [-line n | +n] [-server] [-do command] [-tags file] [-tabs n] [-wrap] [-nowrap] [-autowrap] [-autoindent] [-noautoindent] [-autosave] [-noautosave] [-rows n] [-columns n] [-font font] [-lm languagemode] [-geometry geometry] [-iconic] [-noiconic] [-display [host]:server[.screen] [-xrm resourcestring] [-svrname name] [-import file] [-background color] [-foreground color] [-h|-help] [-tabbed] [-untabbed] [-group] [-V|-version] [--] [file...]
The initial size and/or location of editor windows. The argument geometry has the form:
[<width>x<height>][+|-][<xoffset>[+|-]<yoffset>]
where <width> and <height> are the desired width and height of the window, and <xoffset> and <yoffset> are the distance from the edge of the screen to the window, + for top or left, - for bottom or right. -geometry can be specified for individual files on the command line.
Open all subsequent files in new windows. Resets -group option. Note that this only works on subsequent files in this command and does not put NEdit in tab-less mode; for that you can use the command nedit -xrm "nedit.openInTab: False" -xrm "nedit.tabBarHideOne: True"
This will affect your default settings for the session, and will be saved if Preferences→Save Defaults... is used, which may not be desired.