Giter Site home page Giter Site logo

myvim's Introduction

#How to use

Run ./setup.sh to install the plugins

Included Plugins

  • auto-pairs : 자동으로 괄호 짝을 맞춰줌
  • vim-surround : 요상한 단축키로 단어에 따옴표 / 괄호 씌우기 - http://www.vim.org/scripts/script.php?script_id=1697
  • nerdcommenter : "\ + c + c" to comment & uncomment
  • vim-snipmate : inc(tab) => #include <stdio.h>, mainn(tab) => int main()... (vim-snippets에 auto-completion 리스트가 있음)
  • syntastic : when you save -> show errors
  • neocomplete : pops up auto-completion menu -> tab to select
  • vim-Tagbar : \t to view file's tag
  • ...and many more.

Syntax Files - Many are unused as of now.

  • vim-rails : has_many 등등의 Rails 예약어 highlighting
  • vim-ruby : Ruby
  • Check .vimrc for possible usage

Dependencies

  • tlib_vim : Snipmate에 필요
  • vim-addon-mw-utils : Snipmate에 필요
  • vim-snippets : Snipmate에서 사용하는 snippets파일들

Notable .vimrc settings.

  • *map Space to * : press space where leader key is required
  • ​*​ in visual mode to search currently selected part.
  • Ctrl -hjkl : move between splits easily
  • :W : write a file as sudo.
  • \l : view currently open buffers
  • ...and many more.

myvim's People

Contributors

taehwoi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.