![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
If you use an editor like this, what is your choice? Why? Where is it available from? |
#3
| |||
| |||
|
|
The editor that I have been happily using for ages (WordStar 2000, since 1988) will not work on the new system that I am using. Apparently, it and Windows have issues. I want to find a suitable replacement. My most important criteria are: Non-GUI: Selected text does not work well for me for block operations as I frequently do find start of text, mark start of block, find end of text, mark end of block, perform block operation. I need to be able to search between defining the start and end of the block. Inexpensive: shareware, freeware, public domain, or the like. Configurable keys: This would be very useful though not mandatory. Failing this, the editor should use control key combinations rather than function keys. |
|
If you use an editor like this, what is your choice? Why? Where is it available from? |
#4
| |||
| |||
|
|
The editor that I have been happily using for ages (WordStar 2000, since 1988) will not work on the new system that I am using. Apparently, it and Windows have issues. I want to find a suitable replacement. My most important criteria are: Non-GUI: Selected text does not work well for me for block operations as I frequently do find start of text, mark start of block, find end of text, mark end of block, perform block operation. I need to be able to search between defining the start and end of the block. Inexpensive: shareware, freeware, public domain, or the like. Configurable keys: This would be very useful though not mandatory. Failing this, the editor should use control key combinations rather than function keys. If you use an editor like this, what is your choice? Why? Where is it available from? Sincerely, Gene Wirchenko |
#5
| |||
| |||
|
|
Hi Gene, If you use an editor like this, what is your choice? Why? Where is it available from? vi(m) or Emacs are first choice editors on linux and vi can be used via cygwin. From Emacs there should be a windows version available. |
#6
| ||||||
| ||||||
|
|
Non-GUI: Selected text does not work well for me for block operations as I frequently do find start of text, mark start of block, find end of text, mark end of block, perform block operation. I need to be able to search between defining the start and end of the block. |
|
Inexpensive: shareware, freeware, public domain, or the like. |
|
Configurable keys: This would be very useful though not mandatory. Failing this, the editor should use control key combinations rather than function keys. |
|
And let me add: the ability to edit more than one file at a time. |
|
Why? |
|
Where is it available from? |
#7
| ||||
| ||||
|
|
- Search begin: type "/begin_phrase" - Mark start of block: type "v" (for visual mode - Vims term for a marked section). - Search end: type "/end_phrase" (or use any other keystroke/command for moving around) - Mark end of block: type "v" again |
|
- Execute block operation (e. g. indenting according to your settings: type ">") |
|
- Open GVim and type the command ":args the_files_you_want_to_edit", and move between the buffers by ":n" and ":N" |
|
- Alternatively, open another file with the split command ":sp file_name" and move between the windows with CTRL-W UP|DOWN |
![]() |
| Thread Tools | |
| Display Modes | |
| |