mirror of https://github.com/akelge/vim
Added textformat and remade docs
This commit is contained in:
parent
7f6791fb76
commit
87e3c85197
|
@ -2,3 +2,5 @@ bundle/
|
|||
gvimrc.local
|
||||
vimrc.local
|
||||
.netrwhist
|
||||
*~
|
||||
*.swp
|
||||
|
|
|
@ -64,3 +64,6 @@
|
|||
[submodule "pack/local/opt/vim-snippets"]
|
||||
path = pack/local/opt/vim-snippets
|
||||
url = https://github.com/honza/vim-snippets.git
|
||||
[submodule "pack/local/start/textformat.vim"]
|
||||
path = pack/local/start/textformat.vim
|
||||
url = https://github.com/jozip/textformat.vim.git
|
||||
|
|
|
@ -1,21 +1,22 @@
|
|||
*akmap.txt* Andre Vim mappings
|
||||
*akel.txt* Andre Vim mappings
|
||||
|
||||
1. Overview |akmap-intro|
|
||||
2. Toggles |akmap-toggles|
|
||||
3. OS Interaction |akmap-os|
|
||||
4. Developer |akmap-dev|
|
||||
5. Commenter |akmap-commenter|
|
||||
6. Text |akmap-text|
|
||||
7. Misc |akmap-misc|
|
||||
7. Version |akmap-ver|
|
||||
1. Overview |akel-intro|
|
||||
2. Toggles |akel-toggles|
|
||||
3. OS Interaction |akel-os|
|
||||
4. Developer |akel-dev|
|
||||
5. Commenter |akel-commenter|
|
||||
6. Text |akel-text|
|
||||
7. Misc |akel-misc|
|
||||
9. Plugins |akel-plugins|
|
||||
10. Version |akel-ver|
|
||||
|
||||
======================================================================
|
||||
|
||||
*akmap-intro*
|
||||
*akel-intro*
|
||||
1. Overview~
|
||||
<,hh> - Show this file
|
||||
|
||||
*akmap-toggles*
|
||||
*akel-toggles*
|
||||
2. Toggles~
|
||||
,l - Toggle list |list|
|
||||
,N - Toggle line numbers |numbers|
|
||||
|
@ -26,19 +27,17 @@
|
|||
,n - Toggle NERD Tree (file browser) |NERDTree|
|
||||
,T - Toggle tags list |taglist.txt|
|
||||
|
||||
*akmap-os*
|
||||
*akel-os*
|
||||
3. OS interaction~
|
||||
,ts - Open terminal window, splitting |ConqueTerm|
|
||||
,tt - Open terminal window, new tab |ConqueTerm|
|
||||
,of - Open Filemanager (Finder) in actual directory
|
||||
|
||||
*akmap-dev*
|
||||
*akel-dev*
|
||||
4. Developer~
|
||||
,ml - Append modeline
|
||||
,ff - Javascript beautifier
|
||||
,pw - PyDoc
|
||||
|
||||
*akmap-commenter*
|
||||
*akel-commenter*
|
||||
5. Commenter~
|
||||
See |NERDCommenter|
|
||||
|
||||
|
@ -49,7 +48,7 @@ See |NERDCommenter|
|
|||
,ca - Alternate delimiters
|
||||
,cs - Sexy comments (nicer)
|
||||
|
||||
*akmap-text*
|
||||
*akel-text*
|
||||
6. Text~
|
||||
See |textformat|
|
||||
|
||||
|
@ -58,7 +57,7 @@ See |textformat|
|
|||
,al - Align left
|
||||
,ar - Align right
|
||||
|
||||
*akmap-misc*
|
||||
*akel-misc*
|
||||
7. Misc~
|
||||
|
||||
In command or insertion mode:
|
||||
|
@ -81,10 +80,37 @@ On OSX:
|
|||
<Opt-Up> - Move block up
|
||||
<Opt-Down> - Move block down
|
||||
|
||||
*akmap-ver*
|
||||
8. Version~
|
||||
|
||||
*akel-plugins*
|
||||
8. Plugins
|
||||
|
||||
Adding a package:
|
||||
|
||||
For autostart plugins
|
||||
$ cd pack/local/start
|
||||
$ git submodule add <repo>
|
||||
|
||||
For ondemand plugins
|
||||
$ cd pack/local/opt
|
||||
$ git submodule add <repo>
|
||||
|
||||
Removing a package:
|
||||
|
||||
For autostart plugin
|
||||
$ cd pack/local/start
|
||||
$ git submodule deinit <pluginname>
|
||||
|
||||
For ondemand plugin
|
||||
$ cd pack/local/opt
|
||||
$ git submodule deinit <pluginname>
|
||||
|
||||
Updating packages:
|
||||
|
||||
For all plugins
|
||||
$ git submodule update --remote --merge
|
||||
|
||||
*akel-ver*
|
||||
10. Version~
|
||||
Author: Andrea Mistrali
|
||||
Version: $Id$
|
||||
Last change: $Date$
|
||||
|
||||
vim:tw=78:ts=8:ft=help:norl:
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
akmap-commenter akel.txt /*akmap-commenter*
|
||||
akmap-dev akel.txt /*akmap-dev*
|
||||
akmap-intro akel.txt /*akmap-intro*
|
||||
akmap-misc akel.txt /*akmap-misc*
|
||||
akmap-os akel.txt /*akmap-os*
|
||||
akmap-text akel.txt /*akmap-text*
|
||||
akmap-toggles akel.txt /*akmap-toggles*
|
||||
akmap-ver akel.txt /*akmap-ver*
|
||||
akmap.txt akel.txt /*akmap.txt*
|
||||
akel-commenter akel.txt /*akel-commenter*
|
||||
akel-dev akel.txt /*akel-dev*
|
||||
akel-intro akel.txt /*akel-intro*
|
||||
akel-misc akel.txt /*akel-misc*
|
||||
akel-os akel.txt /*akel-os*
|
||||
akel-plugins akel.txt /*akel-plugins*
|
||||
akel-text akel.txt /*akel-text*
|
||||
akel-toggles akel.txt /*akel-toggles*
|
||||
akel-ver akel.txt /*akel-ver*
|
||||
akel.txt akel.txt /*akel.txt*
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 455539e0e8221fc50d27672941884647eb56ee65
|
Loading…
Reference in New Issue