Skip to content

thinkluffy/vim-config

This branch is 3 commits ahead of, 13 commits behind hewigovens/vim-config:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Yuanbin Cai
Dec 8, 2023
d8b30bc · Dec 8, 2023
Aug 23, 2012
Mar 9, 2016
Mar 22, 2012
Jun 20, 2016
Mar 22, 2012
Mar 9, 2013
Dec 8, 2023
Jan 3, 2017
Jul 23, 2013
Dec 16, 2012
Jan 3, 2017
May 11, 2013
Apr 10, 2012
May 11, 2013
Nov 22, 2017
Nov 13, 2013
Mar 9, 2016
Dec 24, 2012
Apr 6, 2012
Dec 8, 2023
Dec 8, 2023
Sep 14, 2018

Repository files navigation

##personal vim/zsh/bash configs

##Installation 0. git clone https://github.com/thinkluffy/vim-config ~/.vim

  1. cd scripts
  2. ./install_submodules.sh
  3. ./install_configs.sh

##Vim

  • Syntax highlighting
  • Line numbers
  • Highlight search terms
  • Show matching brackets
  • Find as you type search
  • Case insensitive search
  • Wrap long lines
  • Indent at the same level of the previous line
  • Maintain a longer search and command history
  • Highlight current line
  • Spaces for each tab character
  • Power status line
    • bundle/vim-powerline
  • Automatically update tags
    • bundle/easytags
  • A better File Explorer
    • bundle/NERDTree, bundle/vim-nerdtree-tabs
  • Quick jump
    • bundle/easymotion
  • Display tags of current file ordered by scope
    • bundle/tabar
  • Smart Auto-completion
    • bundle/snipmate, bundle/supertab, bundle/neocomplcache
  • Theme Desert

##Handy Shortcuts

  • plistbuddy -> Shortcut to /usr/libexec/PlistBuddy
  • plisteditor -> Shortcut to XCode Property List Editor
  • pplist -> Pretty print plist files
  • x2b/b2x -> Convert plist from plain format to binary or vice versa
  • gbk2utf8 -> Convert file encoding from gbk to utf-8
  • psgrep -> Shortcut to ps -ef | grep -v grep | grep -ni
  • appsetting -> Set prefer language for app

About

personal vim/bashrc/zshrc config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.4%
  • Vim Script 41.6%