Skip to content

Commit 4b45bb3

Browse files
author
amix
committed
Updated plugins
1 parent 15bc8c1 commit 4b45bb3

File tree

41 files changed

+315
-5705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+315
-5705
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ I recommend reading the docs of these plugins to understand them better. Each of
7171
* [ctrlp.vim](https://github.com/kien/ctrlp.vim): Fuzzy file, buffer, mru and tag finder. In my config it's mapped to `<Ctrl+F>`, because `<Ctrl+P>` is used by YankRing
7272
* [mru.vim](https://github.com/vim-scripts/mru.vim): Plugin to manage Most Recently Used (MRU) files. Includes my own fork which adds syntax highlighting to MRU. This plugin can be opened with `<leader+f>`
7373
* [open_file_under_cursor.vim](https://github.com/amix/open_file_under_cursor.vim): Open file under cursor when pressing `gf`
74-
* [zencoding](https://github.com/mattn/emmet-vim): Expanding abbreviation like zen-coding, very useful for editing XML, HTML.
7574
* [vim-indent-object](https://github.com/michaeljsmith/vim-indent-object): Defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts
7675
* [vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors): Sublime Text style multiple selections for Vim, CTRL+N is remapped to CTRL+S (due to YankRing)
7776
* [vim-expand-region](https://github.com/terryma/vim-expand-region): Allows you to visually select increasingly larger regions of text using the same key combination.

sources_forked/zencoding/.gitignore

-1
This file was deleted.

sources_forked/zencoding/.gitmodules

-4
This file was deleted.

sources_forked/zencoding/Makefile

-11
This file was deleted.

sources_forked/zencoding/README.mkd

-103
This file was deleted.

sources_forked/zencoding/TODO

Whitespace-only changes.

sources_forked/zencoding/TUTORIAL

-212
This file was deleted.

0 commit comments

Comments
 (0)