atrax27407 #1 Posted January 25 Here is a short PDF with some information that you might find interesting. Forth Editors.pdf 4 Quote Share this post Link to post Share on other sites
+Lee Stewart #2 Posted January 25 54 minutes ago, atrax27407 said: Here is a short PDF with some information that you might find interesting. There is also copy and paste in fbForth (sort of). It is the same as for TI Forth. It just happens to be (unhelpfully!) called Delete Line (F3) and store in copy buffer [Can be viewed as “Copy” if F8 is issued immediately following.] Delete to end of line (F7) and store in copy buffer. Insert Line (F8) [Insert new line with contents of copy buffer]. ...lee 2 Quote Share this post Link to post Share on other sites
atrax27407 #3 Posted January 25 (edited) The TF Copy and Paste follow the PC template Ctrl-C (copy) and Ctrl-V (paste) which I find a bit easier to remember - the older you get . . . Edited January 25 by atrax27407 3 Quote Share this post Link to post Share on other sites
+TheBF #4 Posted January 26 2 hours ago, atrax27407 said: The TF Copy and Paste follow the PC template Ctrl-C (copy) and Ctrl-V (paste) which I find a bit easier to remember - the older you get . . . Are you fan of VI? I have a block editor called VIBE that works like VI with command and insert modes. Not everybody's cup of tea. 4 Quote Share this post Link to post Share on other sites