bboard
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bboard [2025/03/04 19:50] – clean up, added FORWARD and BACK descriptions peteyboy | bboard [2025/03/22 02:54] (current) – added bbvi configuration info zilog | ||
---|---|---|---|
Line 173: | Line 173: | ||
==== Change default editor ==== | ==== Change default editor ==== | ||
- | === Change to a better pico ==== | + | From the man page: |
- | If you want to use an editor with in-program help and simple interface like the default //pico//, but slightly more powerful than the default **bboard** editor, you may wish to instead set your editor | + | bboard |
+ | the EDITOR environment variable. | ||
+ | modes are available. | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
- | To do this, instead of setting up your // | + | |
+ | To change to a different editor option, as above, set your // | ||
<file config ~$USER/ | <file config ~$USER/ | ||
- | # set editor to nano: | + | # set editor to vi: |
- | EDITOR=nano | + | EDITOR=vi |
</ | </ | ||
- | === Changing the default editor | + | === How to set up a better bboard editing experience |
Many SDF users find the lack of word-wrap and spell-checking when posting in bboard(1) frustrating. If a Vi editor is acceptable, some rudimentary auto-wrapping and spell-checking can be accomplished in // | Many SDF users find the lack of word-wrap and spell-checking when posting in bboard(1) frustrating. If a Vi editor is acceptable, some rudimentary auto-wrapping and spell-checking can be accomplished in // | ||
- | < | + | < |
+ | " " set normal color white: | ||
+ | color normal white | ||
+ | " " set miss-spelled words red: | ||
+ | color spell red | ||
" " set auto-wrap width: | " " set auto-wrap width: | ||
set textwidth=78 | set textwidth=78 | ||
Line 198: | Line 209: | ||
set spellautoload | set spellautoload | ||
</ | </ | ||
+ | |||
+ | Note that '' | ||
<file config ~$USER/ | <file config ~$USER/ | ||
Line 215: | Line 228: | ||
</ | </ | ||
- | == Learning to use Vi-style Editors: == | + | === Learning to use Vi-style Editors |
If you've never used a Vi-style editor you may wish to run the // | If you've never used a Vi-style editor you may wish to run the // | ||
Line 223: | Line 236: | ||
If you decide to practice with elvis(1), the //': | If you decide to practice with elvis(1), the //': | ||
- | == Running Spell-check on a bboard(1) Post in vi == | + | === Running Spell-check on a bboard(1) Post in vi === |
Words deemed misspelled by the elvis(1) editor should appear in a different color. To spell-check the entire post, first move to position 1,1 with //' | Words deemed misspelled by the elvis(1) editor should appear in a different color. To spell-check the entire post, first move to position 1,1 with //' |
bboard.1741117835.txt.gz · Last modified: 2025/03/04 19:50 by peteyboy