@@ 25,35 25,39 @@ is disallowed?**{/dt}
opening a file one is not allowed to write to with an editor like **vi**(1),
only to have write operation denied after making numerous edits.{/p}
{p}
-Of course, one could argue that screen editors like vi already double as text
-file viewers, but I think of displaying the contents of a writable file as being
-separate from displaying the contents of a non-writable file.{/p}
+Of course, one could argue that screen editors like **vi** already double as
+text file viewers, but I think of displaying the contents of a writable file as
+being separate from displaying the contents of a non-writable file.{/p}
{p}
If this bothers you, you can use something like the included shell script
-sledv.{/p}{/dd}
+**sledv**.{/p}{/dd}{/dl}
+{dl}
{dt}
**Q: Is editing multiple files planned?**{/dt}
{dd}
**A:** No, and this is by design. You can edit multiple files at the same time
-by running multiple instances of sled. You can arrange them on screen through a
-terminal multiplexer like **GNU screen**(1) or **tmux**(1), or just open several
-terminal emulators like **st**(1) and have your window manager arrange their
-windows. Inter-process “clipboard” can be managed by a terminal
-multiplexer or X.Org itself.{/dd}
+by running multiple instances of **sled**. You can arrange them on screen
+through a terminal multiplexer like **GNU screen**(1) or **tmux**(1), or just
+open several terminal emulators like **st**(1) and have your window manager
+arrange their windows. Inter-process “clipboard” can be managed by a
+terminal multiplexer or X.Org itself.{/dd}{/dl}
+{dl}
{dt}
**Q: Is there a _\~/.config/sled/config_ or _\~/.sledrc?_**{/dt}
{dd}
-**A:** No, and never will be. sled is intended to be configured through editing
-_config.h_ and recompilation, like suckless software.{/dd}
+**A:** No, and never will be. **sled** is intended to be configured through
+editing _config.h_ and recompilation, like suckless software.{/dd}{/dl}
+{dl}
{dt}
**Q: Are plugins planned?**{/dt}
{dd}
-**A:** No. Like suckless software, sled is meant to be extended through
-patches.{/dd}
+**A:** No. Like suckless software, **sled** is meant to be extended through
+patches.{/dd}{/dl}
+{dl}
{dt}
**Q: How can I configure sled if I installed it (from AUR|through my distro's
package manager)?**{/dt}
@@ 77,7 81,7 @@ $ cd sled
$ su
```
-If you have djb redo:
+If you have djb **redo**:
```
# redo install
@@ 93,7 97,7 @@ if you don't:
## Bugs and limitations
Bugs can be reported using the [ticket tracker][issue]. See the manpage (`man
-poe`) after installing **poe** for more information.
+sled`) after installing **sled** for more information.
## License