Marco Hinz
a7e07f6fde
Add subsections to ToC
2016-07-14 01:19:38 +02:00
Marco Hinz
9518a934bd
Bigger headings for better separation
2016-07-14 01:07:09 +02:00
Marco Hinz
aa404e7d8b
Usage: new section: autocmds in practice
2016-07-14 00:47:58 +02:00
Marco Hinz
7b7805e1c1
Grammar
2016-07-13 23:40:02 +02:00
Marco Hinz
3321ea2ab4
Debug: add note about -V option
2016-07-08 21:43:18 +02:00
Marco Hinz
2ef9f8fc2e
Debug: move up Verbosity section
2016-07-08 21:28:03 +02:00
Marco Hinz
b8542f28a8
Grammar
2016-07-05 12:31:59 +02:00
Marco Hinz
7d2cf3a3b5
Remove Neovim section
...
Neovim is under heavy development and it's hard to keep this section
up-to-date. I suggest following their wiki and especially this page:
https://github.com/neovim/neovim/wiki/Following-HEAD
2016-06-30 18:14:39 +02:00
Marco Hinz
c1a9293316
Keep calm: ! -> .
2016-06-30 17:41:45 +02:00
Marco Hinz
e848e66b55
Shorter self-promotion line
2016-06-30 17:34:34 +02:00
Marco Hinz
a1844caab3
Remove MIT license badge
2016-06-30 17:30:23 +02:00
Marco Hinz
52ae475262
Join related lines
2016-06-09 14:39:37 +02:00
Marco Hinz
7db13688c0
Tips: cosmetic changes to colorschemes
...
Closes https://github.com/mhinz/vim-galore/issues/88 .
2016-06-09 14:19:05 +02:00
Marco Hinz
e274438704
Colorscheme: add zenburn
2016-06-08 12:49:46 +02:00
Marco Hinz
fc111fba88
Cheatsheet: vim-cheat40 plugin
...
Closes #84 .
2016-06-05 00:46:21 +02:00
Evan Hahn
d895d6d509
Autocmds: Remove gendered language
...
"his vimrc" becomes "their vimrc".
2016-04-02 14:10:06 -07:00
Marco Hinz
1dd8383fdf
README: add license and build status badges
2016-03-10 17:48:43 +01:00
Marco Hinz
b346449110
Fix Markdown formatting
2016-03-10 17:41:40 +01:00
Marco Hinz
1ff89ab0aa
README: update header
2016-03-10 01:12:42 +01:00
Marco Hinz
acb0957761
Sessions: improve section
...
References #83 .
2016-03-09 23:03:21 +01:00
Marco Hinz
b0dee52a9b
Cscope: only supports C, C++, Java
2016-03-08 13:52:55 +01:00
Marco Hinz
e6b4150a00
Usage: cscope
...
Closes #80 .
2016-03-08 13:18:09 +01:00
Marco Hinz
facb037b3d
Colorschemes: add yowish
2016-02-20 17:46:56 +01:00
Marco Hinz
d6f6324634
Colorschemes: add acme-colors
2016-02-20 17:06:57 +01:00
Taranjeet
64fc1d0d67
Typo
2016-02-19 16:26:57 +01:00
Marco Hinz
cafc275bbe
Macro editor: insert <c-r> literally
...
Fixes #78 .
2016-02-08 19:46:23 +01:00
Marco Hinz
d0afeaece2
Typo
2016-02-08 17:22:14 +01:00
Marco Hinz
1dcaf5e498
General tips: small remark about using :verb
2016-02-08 16:04:29 +01:00
Marco Hinz
b8adecaff1
Commands: :global
2016-02-08 14:56:16 +01:00
Marco Hinz
a6b229305d
Commands: :normal and :execute
2016-02-08 14:35:44 +01:00
Marco Hinz
33932b5195
Basics: argument list
2016-02-08 13:57:14 +01:00
Michael Reed
cb2b9fa73b
Neovim: change cursor style dependent on mode
2016-02-06 11:28:42 +01:00
Marco Hinz
ea942ed2e9
Neovim: :terminal
2016-02-05 12:00:06 +01:00
Marco Hinz
f85346c305
README: add awesome badge
2016-02-04 12:10:34 +01:00
Marco Hinz
71b0dc567d
What Vim?: add has-patch help
2016-01-31 13:45:43 +01:00
Marco Hinz
b5cb7155be
Tips: make [<space> and ]<space> take count
...
References #75 .
2016-01-29 12:13:42 +01:00
Marco Hinz
c48c5e46b0
Move plugins ToC to content/plugins.md
2016-01-28 19:40:21 +01:00
Marco Hinz
25473c9f44
README: change header
2016-01-28 15:06:52 +01:00
Marco Hinz
349a835603
Misc: Map CapsLock to Control
2016-01-28 12:15:44 +01:00
Marco Hinz
bad0d4f5c4
Misc: standard plugins
2016-01-28 00:32:45 +01:00
Marco Hinz
4f9f9e7671
Intro: minimal vimrc
2016-01-27 17:28:42 +01:00
Marco Hinz
f5723aca75
Mappings: add related help
2016-01-27 16:28:02 +01:00
Marco Hinz
09765d6b8c
Intro: The Vim Philosophy
2016-01-27 16:01:28 +01:00
Marco Hinz
5ab66cb6df
Text objects: add mnemonics
2016-01-27 14:17:25 +01:00
Marco Hinz
534fa231b3
Filters: :r! vs !!
2016-01-27 13:50:54 +01:00
Marco Hinz
02f089522c
Usage: running external programs and using filters
2016-01-27 13:43:22 +01:00
Marco Hinz
17a0474ba0
Mappings: improve description
2016-01-24 17:19:00 +01:00
George Brown
59d09df076
README: use "vim" for code blocks rather than "viml"
...
Both provide syntax highlighting on GitHub, but using "vim" allows code blocks
to also be syntax highlighted in Vim.
Put this in your vimrc:
let g:markdown_fenced_languages = ['vim']
Closes #73 .
2016-01-22 15:51:19 +01:00
George Brown
ed659c15b9
Typo
2016-01-22 15:02:50 +01:00
Morton Fox
820c47be7a
Resources: fix Amazon link
...
The Amazon URL missed the ISBN part.
2016-01-20 21:59:49 +01:00