Skip to content

Commit

Permalink
updating messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Yodi aditya committed Sep 3, 2011
1 parent 28f191e commit 6efab1e
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ A. Python Debugger like pyflakes, pylint and pep8


For installing Python debugger using PIP : For installing Python debugger using PIP :


`sudo pip install git+git://github.com/kevinw/pyflakes.git` sudo pip install git+git://github.com/kevinw/pyflakes.git
`sudo pip install pylint` sudo pip install pylint
`sudo pip install pep8` sudo pip install pep8


Read .vimrc for magic keys and guide. Read .vimrc for magic keys and guide.


Expand Down Expand Up @@ -96,34 +96,21 @@ Usage
For using this custom VIM, here are some clue : For using this custom VIM, here are some clue :


1. Use Backspace as PageUp & Space as PageDown in normal mode 1. Use Backspace as PageUp & Space as PageDown in normal mode

2. Use tab (insert mode) for autocomplete Python using PyDiction 2. Use tab (insert mode) for autocomplete Python using PyDiction

3. Autocomplete every you type. Also you can use CTRL + Space for Snipmate Autocompletion 3. Autocomplete every you type. Also you can use CTRL + Space for Snipmate Autocompletion

4. Move to another tab / buffer using CTRL+Arrow 4. Move to another tab / buffer using CTRL+Arrow

5. Using NERDTree by :NERDTree or editing .vimrc to enable NERDTree automatically. 5. Using NERDTree by :NERDTree or editing .vimrc to enable NERDTree automatically.

6. Using F7 for FuzzFinder in Full Path or <leader>t (,t) for open based on current Buffer 6. Using F7 for FuzzFinder in Full Path or <leader>t (,t) for open based on current Buffer

7. Press F8 for enabling NERDTRee and Tagbar (Love it!) 7. Press F8 for enabling NERDTRee and Tagbar (Love it!)

8. Use <leader> space for MRU 8. Use <leader> space for MRU

9. Use Shift+e for execute Python code 9. Use Shift+e for execute Python code

10. Use Shift+n for execute NodeJS code 10. Use Shift+n for execute NodeJS code

11. Use Shift+j for checking javascript syntax in current file 11. Use Shift+j for checking javascript syntax in current file

12. Also check many goodies bag in .vimrc 12. Also check many goodies bag in .vimrc




Author Author
------- -------
I'm using VIM and Netbeans for building many application on PHP, JS and Python I'm using VIM and Netbeans for building many application on PHP, Javascript, NodeJS, Ruby and Python


I have a lot of blog which contains many information. You can check here : I have a lot of blog which contains many information. You can check here :


Expand Down

0 comments on commit 6efab1e

Please sign in to comment.