GithubHelp home page GithubHelp logo

ssarcandy / ssarcandy-vim Goto Github PK

View Code? Open in Web Editor NEW
14.0 3.0 4.0 534 KB

My vim settings and plugins, compatible with MacVim in OSX

Home Page: http://ssarcandy.tw/ssarcandy-vim/

JavaScript 5.06% Vim Script 94.94%
vim vim-configs vim-configuration vimrc vim-settings macvim vim-scripts

ssarcandy-vim's Introduction

ssarcandy-vim

My vim settings and plugins, compatible with MacVim in OSX. Requires vim 8.1+

Install

I use vim-plug for plugin managment.
Installation is simple, just do following command in terminal:

# Make sure that .vim/ isn't exist in your home dir
$ git clone https://github.com/SSARCandy/ssarcandy-vim.git ~/.vim

# Make soft link .vim/vimrc to ~/.vimrc
$ ln -s .vim/vimrc ~/.vimrc

# Install plugins
$ vim -S ~/.vim/plug-snapshot

Screenshots

Common problems

  • Q: airline glyphs cannot show normally.
  • A: see instruction of airline fonts
  • Q: neocomplete says need Lua supports
  • A: see neocomplete README
  • Q: ack.vim didn't work.
  • A: ack.vim required ack installed.
  • Q: vim-go not working
  • A: see vim-go readme

Plugin list

Shortcuts

keys mode functions note
\s NORMAL save file (update)
Tab NORMAL goto next tab file
` NORMAL goto previous tab file
\d NORMAL close current tab will warning without saving
\x NORMAL close current window
ctrl + l NORMAL/INSERT Toggle comments
ctrl + m NORMAL open NERDtree
ctrl + ww NORMAL switching windows
\m NORMAL compile must have Makefile at current dir
:!./a.out NORMAL execute a.out is exe name
ctrl + t NORMAL open Taglist for c/cpp only
ctrl + p NORMAL search file in working dir
= NORMAL align = and : for js file only
q ERROR LIST close jshint error list for js file only
F9 NORMAL/INSERT show jshint next error for js file only
F7 NORMAL/INSERT show jshint previous error for js file only

ssarcandy-vim's People

Contributors

ssarcandy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ssarcandy-vim's Issues

Screenshot font?

What is the font in the screenshot? Doesn't look like monaco to me...

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.