summaryrefslogtreecommitdiffstats
path: root/2020/info/30.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-12-05 01:13:53 -0500
committerSacha Chua <sacha@sachachua.com>2020-12-05 01:13:53 -0500
commit9f81037de9cf6fe64c1c28320ad35cfc356c194a (patch)
tree74cb0bde5d8306749112f3f11b76ed96a60e7c83 /2020/info/30.md
parentcf4723f3f4071368852ca97c6b377861fc89a62e (diff)
parent7404415197f760ef4263c29f0efc177020b89aca (diff)
downloademacsconf-wiki-9f81037de9cf6fe64c1c28320ad35cfc356c194a.tar.xz
emacsconf-wiki-9f81037de9cf6fe64c1c28320ad35cfc356c194a.zip
Merge branch 'master' of git.emacsconf.org:emacsconf-wiki
Diffstat (limited to '2020/info/30.md')
-rw-r--r--2020/info/30.md42
1 files changed, 14 insertions, 28 deletions
diff --git a/2020/info/30.md b/2020/info/30.md
index e568ce30..1d54ac13 100644
--- a/2020/info/30.md
+++ b/2020/info/30.md
@@ -19,46 +19,32 @@ URL: <https://github.com/akermu/emacs-libvterm>
<!-- from the pad --->
-
# Questions
-
## Q5: Does/will this work with 'emacs -nw'?
+Yes, it does.
-yes, it does
-
-
-## Q4: Thats a nice looking prompt, do you have it on a git repo we could see, or something of that manner? Thanks, I use bash right now so I didn't know it was the default on the others.
-
-It is not the default, but it is available easily with oh-my-zsh or similar on fish. I think the prompt is this:
+## Q4: Thats a nice looking prompt, do you have it on a Git repo we could see, or something of that manner? Thanks, I use Bash right now so I didn't know it was the default on the others.
+It is not the default, but it is available easily with oh-my-zsh or
+similar on fish. I think the prompt is this:
<https://github.com/sindresorhus/pure>
-
## Q3: Is there a plan to avoid the initial compilation step?
+Not any time soon. You will have to compile vterm the first time you
+start it.
-Not any time soon. You will have to compile vterm the first time you start it.
-
-
-## Q2: What are differences between Eshell and Vterm?
-
-performance
-
-Vterm is like xterm but in Emacs, eshell is like bash but in Emacs.
+## Q2: What are differences between Eshell and vterm?
+Performance. vterm is like xterm but in Emacs, Eshell is like Bash but
+in Emacs.
<https://github.com/akermu/emacs-libvterm#given-that-eshell-shell-and-ansi-term-are-emacs-built-in-why-should-i-use-vterm>
-
-## Q1: could you put your testing scripts up somewhere?
-
-256colors: <https://pastebin.com/j6HF5q8T>
-
-title: <https://pastebin.com/SByKdJM2>
-
-I cannot pastebin the 1MB of data, I pasted a sample of it: <https://pastebin.com/n1T3aUff>
-
+## Q1: Could you put your testing scripts up somewhere?
+- 256colors: <https://pastebin.com/j6HF5q8T>
+- title: <https://pastebin.com/SByKdJM2>
+- I cannot pastebin the 1MB of data, I pasted a sample of it:
+ <https://pastebin.com/n1T3aUff>
# Notes
-
-
<https://github.com/akermu/emacs-libvterm>