aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/readme.md1
-rw-r--r--doc/shortcuts.txt4
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/readme.md b/doc/readme.md
new file mode 100644
index 0000000..513fb41
--- /dev/null
+++ b/doc/readme.md
@@ -0,0 +1 @@
<h1>vim configuration</h1>
diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
new file mode 100644
index 0000000..9355433
--- /dev/null
+++ b/doc/shortcuts.txt
@@ -0,0 +1,4 @@
1
2[visual mode] - with selected lines
3gq - format text so that it fits in whatever :set textwidth was set
4
..