1MOE(1)                           User Commands                          MOE(1)
2
3
4

NAME

6       moe - My Own (text) Editor
7

SYNOPSIS

9       moe [global_options] [[+line[,col]] file_name [file_options]]...
10

DESCRIPTION

12       GNU  moe  is  a powerful, 8-bit clean, console text editor for ISO-8859
13       and ASCII character encodings. It has a modeless, user-friendly  inter‐
14       face,  online  help,  multiple windows, unlimited undo/redo capability,
15       unlimited line length, unlimited buffers, global search/replace (on all
16       buffers  at  once), block operations, automatic indentation, word wrap‐
17       ping, file name completion, directory browser, duplicate  removal  from
18       prompt  histories,  delimiter  matching, text conversion from/to UTF-8,
19       romanization, etc.
20
21       Moe can easily edit thousands of files at the same time.
22
23       'global_options' are a mix of editor options and default  file_options.
24       Most long option names have a negative form '--backup' '--no-backup'.
25
26       Each  file name may be preceded by '+line[,column]' to start the cursor
27       at the specified line and, optionally, column. 'line' and 'column'  are
28       applied to subsequent files until new values are specified for them.
29
30       '-' used as a file name argument means standard input.  Directories are
31       recursively descended into.
32
33   Editor options:
34       -h, --help
35              display this help and exit
36
37       -V, --version
38              output version information and exit
39
40       -1, --orphan
41              put extra files in orphaned buffers
42
43       -b, --backup
44              create backup files (default)
45
46       -B, --no-backup
47              don't create backup files
48
49       -e, --exit-ask
50              make save-and-close ask always for confirmation
51
52       -H, --smart-home
53              go home, then go to first non-blank character
54
55       -i, --ignore-case
56              make search case insensitive by default
57
58       -k, --keep-lines=<n>
59              number of lines to keep for PgUp/PgDn
60
61       -m, --max-windows=<n>
62              max number of windows to show at once
63
64       -n, --indent-step=<n>
65              number of spaces to add when indenting a block
66
67       -s, --search-wrap
68              make search wrap at end of file
69
70       -u, --auto-unmark
71              turn off highlighting after block copy or move
72
73       -x, --rectangle
74              rectangular block mode
75
76   File options:
77       -a, --auto-indent
78              enable auto indent
79
80       -l, --lmargin=<col>
81              set left margin
82
83       -r, --rmargin=<col>
84              set right margin
85
86       -o, --read-only
87              make buffer read-only
88
89       -O, --overwrite
90              disable insert mode
91
92       -w, --word-wrap
93              enable word wrapping
94
95       Exit status: 0 for a normal exit, 1 for  environmental  problems  (file
96       not  found, invalid flags, I/O errors, etc), 2 to indicate a corrupt or
97       invalid input file, 3 for an internal consistency error (eg, bug) which
98       caused moe to panic.
99

REPORTING BUGS

101       Report bugs to bug-moe@gnu.org
102       Moe home page: http://www.gnu.org/software/moe/moe.html
103       General help using GNU software: http://www.gnu.org/gethelp
104
106       Copyright  © 2017 Antonio Diaz Diaz.  License GPLv2+: GNU GPL version 2
107       or later <http://gnu.org/licenses/gpl.html>
108       This is free software: you are free  to  change  and  redistribute  it.
109       There is NO WARRANTY, to the extent permitted by law.
110

SEE ALSO

112       The  full  documentation for moe is maintained as a Texinfo manual.  If
113       the info and moe programs are properly installed at your site, the com‐
114       mand
115
116              info moe
117
118       should give you access to the complete manual.
119
120
121
122moe 1.9                            June 2017                            MOE(1)
Impressum