An open API service indexing awesome lists of open source software.

https://github.com/hasanisaeed/vim

Customize vim like an IDE
https://github.com/hasanisaeed/vim

customization vim vim-configuration vimrc

Last synced: over 1 year ago
JSON representation

Customize vim like an IDE

Awesome Lists containing this project

README

          

# How to install?
Copy `.vim` folder and `.vimrc` file to the `home` directory, then run the following command:

```bash
git clone https://github.com/srcery-colors/srcery-vim ~/.vim/pack/default/opt/srcery-vim
```

# Shortcuts

| **Shortcuts** | **Action** | **Description** |
|---------------|--------------------------|------------------------------------------------|
| **Ctrl + T** | open file in new tab | select file, then press this shortcut |
| **F1** | open vim helper | |
| **F3** | switch between tabs | |
| **F4** | switch between tabs | |
| **F5** | run python or bash file | |
| **F9** | open drawer menu | | It's toggle
| **F10** | run pylint | Pylint is a static code analyzer for Python 2/3 |

# Demo

![vim demo](assets/demo.png)