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
- Host: GitHub
- URL: https://github.com/hasanisaeed/vim
- Owner: hasanisaeed
- Created: 2022-07-02T09:56:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T18:00:34.000Z (over 2 years ago)
- Last Synced: 2025-01-21T13:35:26.403Z (over 1 year ago)
- Topics: customization, vim, vim-configuration, vimrc
- Language: Vim script
- Homepage:
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
