Skip to content

JieFangD/sunprinceS-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

sunprinceS-vim

Author : TonyHsu

Version: 1.3.1

vim configuration: Use Vundle

To use this configuration:

Dependencies:

  1. Vim 7.4+
  2. Ctags
  3. g++
  4. latexmk
  5. cscope

Included Plugins:

Common Shortcut:

General:

  • fast saving<Ctrl-s>
  • line switching <Ctrl-Shift-↑> <Ctrl-Shift-↓>
  • redo and undo <Ctrl-z> <Ctrl-r>
  • upper-case 2 lower-case <Ctrl-u> <Ctrl-l>
  • useful searching \sw
  • folding
    • open/close the folding <Space>
  • QuickFixToggle \qf
  • ctags
    • generate tags <F4>
    • go to definition <C-]>
    • back to last page <C-t>
    • if tags are more than one->\s to view whole selection

Plugin:

  • NERDTree <F5>
    • open new horizontal split window i
    • open new vertical split window s
    • show hidden files in tree I
  • Tagbar <F8>
  • Snipmate <Tab>
  • SrcExpl
    • switch to source explorer \se
    • refresh the tags <F12>
  • Bufexplorer \be \bs \bv
  • vimwiki Honepage \ww
  • LatexBox
    • edit synchronously(with .pdf) and compile \ll
    • edit synchronously(with .dvi) @terminal latexmk <fileName>
  • NerdCommenter
    • comment toggle \c<space>
    • multi-line comment \cm or \cn
    • append comment \cA
  • MultipleCursor
    • FocusCurloc <C-m>
    • PassCurLoc and findNext <C-x>
    • unFocusCurLoc <C-p>
  • Emmet
    • leaderKey <C-a>

Programming Language:

  • SingleCompile <F9>
  • SingleCompilenRun <F10> ->optimize
  • view last output \v

Todo:

  • python development
  • html development
  • cscope -> to make DEBUG more quiclkly

About

my vim setting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%