Project

General

Profile

Vim config » History » Version 1

jun chen, 03/22/2025 11:59 PM

1 1 jun chen
# Vim config
2
3
Vim config method
4
5
* Vim tricks and plugins as an IDE (Thanks to 村村) attachment:"ide_tricks_vim.pptx"
6
7
```
8
F5          // vp—make build VP
9
Fl          // vp—sync get latest code
10
ctrl-s      // save content and save gvim session to .session.bak
11
            // you can restore session by :source .session.bak
12
F4 F6       // Jump between compile errors
13
ctrl-]      // Jump to definition
14
ctrl-t      // Jump to previous position
15
:ts someAPI // do search
16
```