modify README.md about the repo and update .gitignore to get rid of some temp files
This commit is contained in:
parent
90acee7e47
commit
57d1fd2984
5 changed files with 21 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -0,0 +1,2 @@
|
||||||
|
tempdirs/yankring_history_v2.txt
|
||||||
|
tempdirs/undodir/
|
15
README.md
15
README.md
|
@ -1,4 +1,7 @@
|
||||||
# The Ultimate vimrc
|
# The Ultimate vimrc of hustcalm forked from amix
|
||||||
|
|
||||||
|
Below is the original readme post of amix
|
||||||
|
/**********************************************************************/
|
||||||
|
|
||||||
Over the last 8 years I have used and tweaked Vim. This is my Ultimate vimrc.
|
Over the last 8 years I have used and tweaked Vim. This is my Ultimate vimrc.
|
||||||
|
|
||||||
|
@ -299,3 +302,13 @@ Vimscript mappings:
|
||||||
* [Vim 7.3: Persistent undo and encryption!](http://amix.dk/blog/post/19548#Vim-7-3-Persistent-undo-and-encryption)
|
* [Vim 7.3: Persistent undo and encryption!](http://amix.dk/blog/post/19548#Vim-7-3-Persistent-undo-and-encryption)
|
||||||
* [Vim tips: Visual Search](http://amix.dk/blog/post/19334#Vim-tips-Visual-Search)
|
* [Vim tips: Visual Search](http://amix.dk/blog/post/19334#Vim-tips-Visual-Search)
|
||||||
* [Folding in Vim](http://amix.dk/blog/post/19132#Folding-in-Vim)
|
* [Folding in Vim](http://amix.dk/blog/post/19132#Folding-in-Vim)
|
||||||
|
|
||||||
|
/**********************************************************************/
|
||||||
|
Above is the original readme post of amix
|
||||||
|
|
||||||
|
# My Updates to The Ultimate vimrc
|
||||||
|
|
||||||
|
## Add some useful plugins to the repo
|
||||||
|
See them in [vim_plugins_src](https://github.com/hustcalm/vimrc/tree/master/vim_plugins_src).And I will give some details about them later.
|
||||||
|
You can also add your own favorite script from [vim-scripts.org](http://vim-scripts.org/) or install from [github](http://github.com/vim-scripts).
|
||||||
|
|
||||||
|
|
Binary file not shown.
BIN
temp_dirs/undodir/%home%calm%.vim_runtime%README.md
Normal file
BIN
temp_dirs/undodir/%home%calm%.vim_runtime%README.md
Normal file
Binary file not shown.
|
@ -1,2 +1,7 @@
|
||||||
|
k,v
|
||||||
|
Above is the original readme post of amix,V
|
||||||
|
Below ,v
|
||||||
|
Below is the original readme post of amix/**********************************************************************/,v
|
||||||
|
p,v
|
||||||
sources_for,V
|
sources_for,V
|
||||||
我,v
|
我,v
|
||||||
|
|
Loading…
Reference in a new issue