1
0
mirror of https://github.com/akelge/vim synced 2025-07-13 01:52:08 +00:00

Added textformat and remade docs

This commit is contained in:
2020-02-11 17:16:03 +01:00
parent 7f6791fb76
commit 87e3c85197
5 changed files with 64 additions and 31 deletions

View File

@ -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: