Git Product home page Git Product logo

acvim's Introduction

For programmers

Install Vim

Windows : Download gvim
linux : sudo apt-get install vim
macos : brew install vim

Setup AcVim

cd AcVim
#unix/linux/macos
sh setup.sh

#windows
setup.bat

How to use it,
Let's open the vim.

:PlugUpdate :PlugInstall :PlugUpgrade
\ee: edit vimrc
\pp: edit edit update plugins list
\aa: edit filetype acp option
\uu: edit custom option

;yy ;pp or <alt-c> <alt-v> : system copy paste
:E <a-1~9,0> <a-h,l,H,L> gt gT: tabnew, switch tab page, a-HL move tab pos

;bb : very easy and practice to operate buffer
--> j/k J/K g/G: move, f/e: open/quicksee win, s/v: split win
-> d/D: del/!del buf, w/W: wipe out buf, l: see deleted buf

;tt : file manage
;uu ;ut ;uc: open undo tree and clear all undo
;xx ...: code comment
;cc ;ce ;ca ;cu ;cg ;ct ;cm ;cM ;cb ;ci ;cr ;cx ;cl ;cs ;cd ;cD
--> manage buffer/file/mru/undo/tags/dir/change/mixd/rtscript

<space>h/j/k/l/w/e/b/t/T/f/s: quickly move
<space>r/R/u/U/l/t/te/tE/th ... :async cmd tasks
<alt+shift/shift><up>/<down>/<left>/<right>: move resize win
g/ g? / ?: fuzzy search for coder
\= : generate tags

ysiwb ysawB ysib" : add symbol for words
csb" cs[( ... : revise symbol
dsb dsB ds" ... : del symbol
Sb SB S[ S" ...: add symbol
<c-\>cdefgis : cscope map

More shortcutkeys:
You can test them if has similar operation.

mapleader is ,

;cc ;ce ;ca ;cu ;cg ;ct ;cm ;cM ;cb ;ci ;cr ;cx ;cl ;cs ;cd ;cD
;xA ;xa ;x$ ;xu ;xn ;xb ;xl ;xy ;xi ;xs ;xm ;x ;xx
;we ;bb ;bd ;ut ;uc ;fl
;qa ;qq ;qf ;qw ;wf ;ww ;ve ;P
\fg \fu \ff ;ds ;tt ;tl

<f10>

... and more hotkey.
hope you like them :)

Features

  • Happy coding.

acvim's People

Contributors

angluca avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.