summaryrefslogtreecommitdiff
path: root/Homework/engl3085/Technical-Comm/vim-docs-for-3085/docs/index.md
diff options
context:
space:
mode:
authorElizabeth Alexander Hunt <me@liz.coffee>2026-07-02 11:55:17 -0700
committerElizabeth Alexander Hunt <me@liz.coffee>2026-07-02 11:55:17 -0700
commit6bf4b90c90f15f4ab60833bddf5b5756d1a6b1f6 (patch)
treeed97e39ec77c5231ffd2c394493e68d00ddac5a4 /Homework/engl3085/Technical-Comm/vim-docs-for-3085/docs/index.md
downloadmisc-undergrad-6bf4b90c90f15f4ab60833bddf5b5756d1a6b1f6.tar.gz
misc-undergrad-6bf4b90c90f15f4ab60833bddf5b5756d1a6b1f6.zip
Diffstat (limited to 'Homework/engl3085/Technical-Comm/vim-docs-for-3085/docs/index.md')
-rw-r--r--Homework/engl3085/Technical-Comm/vim-docs-for-3085/docs/index.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/Homework/engl3085/Technical-Comm/vim-docs-for-3085/docs/index.md b/Homework/engl3085/Technical-Comm/vim-docs-for-3085/docs/index.md
new file mode 100644
index 0000000..4c169fc
--- /dev/null
+++ b/Homework/engl3085/Technical-Comm/vim-docs-for-3085/docs/index.md
@@ -0,0 +1,30 @@
+# Vim
+<h6>Logan</h6>
+
+![Screenshot](img/vim.png)
+
+> Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems and with Apple OS X.
+
+> Vim is rock stable and is continuously being developed to become even better. Among its features are:
+>
+> - persistent, multi-level undo tree
+> - extensive plugin system
+> - support for hundreds of programming languages and file formats
+> - powerful search and replace
+> - integrates with many tools
+
+> \- [vim.org](https://www.vim.org/)
+
+## Using This Manual
+
+This manual is meant to serve as a quick reference for Vim, with a glance into some more advanced concepts. One should start with the [QuickStart](quickstart.md), and use [Understanding](understanding.md) as a quick reference for tasks a user would typically expect to be able complete faster with Vim than a traditional editor.
+
+Basic knowledge of using a terminal is required, and if you do not posess such skill, [learn the way of the blade](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Understanding_client-side_tools/Command_line).
+
+### Pages / TOC
+
+* [Home](index.md)
+* [About Vim](about.md)
+* [Introduction](intro.md)
+* [Quick Start](quickstart.md)
+* [Understanding Vim](understanding.md)