Stuck in Compose

18 views
Skip to first unread message

Arthur Baynes

unread,
Apr 30, 2024, 10:31:48 PMApr 30
to pat-users
How to move on to choosing an attachment after typing the body of the email?


Test

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

~                                                                               

-- INSERT --


Ole Saastad

unread,
May 1, 2024, 11:27:18 AMMay 1
to pat-users
Pat will open an editor when you enter compose mode. This could be nano, vi, emacs etc, controlled by the EDITOR environment flag. 
From your input it looks like vi. To save and exit vi you type:   <ESC>:wq<ENTER>  which will save the buffer and exit vi. Both nano and 
vi are popular tiny editors.  (if you're unfamiliar with the syntax for special keys, <ESC> is the escape key while the enter key likewise).

Alan Crosswell

unread,
May 1, 2024, 11:42:27 AMMay 1
to Arthur Baynes, pat-users
Adding to Ole's response: To switch to Nano (recommended for Unix beginners), do this in the shell or add to your .bash_profile or however you set environment variables using whichever linux desktop you are using:

# Find out where nano is located:
~ $ which nano
/usr/bin/nano

# and set the editor for that path:
export EDITOR=/usr/bin/nano

You'll see this bar across the bottom of the screen (where the "^" represents the CTRL key):


                               [ Welcome to nano.  For basic help, type Ctrl+G. ]

^G Help         ^O Write Out    ^W Where Is     ^K Cut          ^T Execute      ^C Location     M-U Undo

^X Exit         ^R Read File    ^\ Replace      ^U Paste        ^J Justify      ^/ Go To Line   M-E Redo


If you use ^X nano will ask if you want to Save modified buffer?                                                                                           

--
You received this message because you are subscribed to the Google Groups "pat-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pat-users+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/pat-users/cb227818-baa4-463a-b70a-1bcce1c9110cn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages