diff options
author | Max Christian Pohle | 2015-09-06 14:35:31 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-09-06 14:35:31 +0200 |
commit | 4b98671e80723926b811f5655e792ecb57bad45d (patch) | |
tree | 353b1f2af950df17b8afa42765ea1af5af13887d /doc | |
parent | 64436bf70832028052dd278760761230d7d0bc77 (diff) | |
download | vim-4b98671e80723926b811f5655e792ecb57bad45d.tar.bz2 vim-4b98671e80723926b811f5655e792ecb57bad45d.zip |
cleaned up git submodules, added an empty temp/-folder for backup/undo files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/readme.md | 1 | ||||
-rw-r--r-- | doc/shortcuts.txt | 4 |
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 | ||
3 | gq - format text so that it fits in whatever :set textwidth was set | ||
4 | |||