You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-keep <pos_file>
Keep the last possition of the opened file
or
-remember <pos_file>
Remember last position of the opened file
With these two alternatives pos_file is the path to the file in which the info about opened file and line number would be stored. That would only work if the input is a file and not stdin or pipe used.
This could be a nice addition especially when constantly opening and closing larger file e.g. long manpages. Many editors have this feature too. It could be as simple as ~/.nano/filepos_history does.
It would be nice feature to have last opened position for the file (when specified by a command line parameter).
The text was updated successfully, but these errors were encountered: