Age | Commit message (Collapse) | Author |
|
and added some shortcuts
|
|
|
|
<leader><leader> lists all possible completions, <leader><tab>
automatically inserts first snippet. This feature depends on the
filetype (set ft). The filetype can have two values simultaneously,
in which case the separator is a dot, like in html.django or html.css.
|
|
Additionally reordered many settings to make the file more readable.
|
|
added most important of all command :viusage to the shortcuts.txt (which
is my custom and less comprehensive version of viusage)
added gitignore file from github as a reference.
|
|
|
|
|
|
|
|
new features introduced by plugins
* quick navigation:
\b - switch between buffer
\\w or \\f for faster cursor placement
* vimshell:
:new | VimShell
* quote replacement like
:cs"'
|
|
* using nelstroms mac color scheme
* 'fixed' some keyboard shortcuts to behave more like in other editors
* added some plugins
|
|
this repo shell be used for vim exclusively
|