# vimcode **Repository Path**: furyton/vimcode ## Basic Information - **Project Name**: vimcode - **Description**: Make VIM look and act like VSCode, hence vimcode. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-22 - **Last Updated**: 2022-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My simple vim configuration ## how to install see [install.sh](./install.sh) you may have to install `ripgrep` on your own(need sudo) if needed. in linux(e.g. Ubuntu) ``` sudo apt install ripgrep ``` ## display ![display](./display.gif) ## interesting shortcut - `Alt+j`/`Alt+k` moves current line down/up. - `Ctrl+/` comment current line, only non-blank line. - use `jk` to escape. - ` f` / ` b` fuzzy find in files / buffers. ## reference [ibnYusrat/vimcode](https://github.com/ibnYusrat/vimcode) ## note all url are replaced to gitee for accessing problem in China.