Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankfang/vim
VIM config on Windows
https://github.com/frankfang/vim
Last synced: 17 days ago
JSON representation
VIM config on Windows
- Host: GitHub
- URL: https://github.com/frankfang/vim
- Owner: FrankFang
- Created: 2012-09-29T13:47:59.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-10T13:33:38.000Z (about 12 years ago)
- Last Synced: 2024-04-17T00:07:46.612Z (7 months ago)
- Language: VimL
- Homepage:
- Size: 2.29 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My GVim configuration for front-end developing
=## Setup ##
You can follow the steps below or just download [the whole program](https://sourceforge.net/projects/mygvim/files/) (This project doesn't contain the vim73 folder).
1. Make a new folder.
`mkdir frank`
2. Get my configuration files
`cd frank`
`git clone https://github.com/FrankFang/vim.git`
or download the zip file. than your folder looks like this:
- frank
- vim
- vimfiles
- _vimrc
- README.md
- gvim.reg
- .gitignore
3. Download [gvim73_46.zip](http://ftp.vim.org/pub/vim/pc/gvim73_46.zip) and [vim73_46rt.zip](http://ftp.vim.org/pub/vim/pc/vim73_46rt.zip), and unzip it into the folder
`cp ...\gvim73_46.zip frank\gvim73_46.zip`
`cp ...\vim73_46rt.zip frank\vim73_46rt.zip`
`cd frank`
`unzip vim73_46rt.zip -d ./`
`unzip gvim73_46.zip -d ./`
than your folder looks like this:
+ frank
+ vim
+ vim73
+ vimfiles
+ _vimrc
+ README.md
+ gvim.reg
+ .gitignore
4. Run frank\vim\vim73\gvim.exe.
5. Hava fun.## Hotkeys ##
* `` / `` / `` / `` / `` : save / select all / copy / paste / cut, as you expected.
* `,nt` : toggle NerdTree.
* `,tt` : next tab.
* `,tl` : open TaskList.
* `,m` : add colorful mark; `,n` : remove colorful mark.
* `` : fold/unfold the code.
* `Tab` : complete the code automatically.
* `,js` : format JaveScript.
* `,` : zen coding, you can change the shortcut in ~\vimfiles\plugin\zencoding.vim.
* `c` /`f` / `e` : open html/htm/shtml file in Chrome/Firefox/IE. It doesn't work unless you add their full path to Path, the environment variable.## P.S. ##
For better experience, you could
1. use Yahei Mono font.
2. Edit gvim.reg and run it.