All Projects → folke → Dotfiles

folke / Dotfiles

All my bash / vim / ... stuff

Labels

Projects that are alternatives of or similar to Dotfiles

Vimrc
My personal vim config. Now with organisation! :-)
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Vim Css To Inline
Transforms plain css into JSX inline styles
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Perforce.vim
Perforce source control features
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Vimux Ipy
To send python code from vim to ipython running within a tmux split (with either visually selected code or with IPython like cells).
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Specky
Functions to help make behavioral testing easy with ruby and rspec.
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
...
dotfiles
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Vim Textobj Rubysymbol
Text object for manipulation of ruby symbol variables
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Vim Fenced Code Blocks
Edit fenced code blocks inside a GitHub Flavor Markdown in a better way.
Stars: ✭ 13 (+0%)
Mutual labels:  viml
Darkspectrum
a gvim color scheme based on the oblivion color scheme for gedit
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Focuspoint Vim
Vim color file that makes long coding sessions better while still maintaining color coordination and important keyword focus.
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Vim Tsv
Tab Separated Value niceties for Vim
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Peg.vim
PEG Syntax for Vim
Stars: ✭ 11 (-15.38%)
Mutual labels:  viml
Dotfiles
My dotfiles
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Php.vim Html Enhanced
combination of the php indent file and the html indent file
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Vim Unite Watson.vim
vim-unite-watson.vim is the unite source for watson.
Stars: ✭ 13 (+0%)
Mutual labels:  viml
Haskomplete.vim
A vim ftplugin for magical contextual haskell code completions
Stars: ✭ 10 (-23.08%)
Mutual labels:  viml
Ezjail Flavours
FreeBSD ezjail flavours
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml
Toby.vim
My personal VIM setup
Stars: ✭ 13 (+0%)
Mutual labels:  viml
Ctrlp.vim
Fuzzy file, buffer, mru, tag, etc finder.
Stars: ✭ 7,070 (+54284.62%)
Mutual labels:  viml
Vimmyconf
Mi configuración de vim con pathogen
Stars: ✭ 12 (-7.69%)
Mutual labels:  viml

Vim

Below you can find an overview of all the Vim goodness packed in the vim dotfiles.

Cheat Sheet

The default map leader \ can be changed to , in your .vimrc, by setting: let mapleader = ","

Navigation

  • <Leader>t Goto File (FuzzyFinder)
  • <Leader>p Goto Function in File (FuzzyFinder)
  • <Leader>w Goto Word (EasyMotion)
  • <Leader>b Goto Buffer (FuzzyFinder)
  • <S-right> Goto Next Buffer
  • <S-left> Goto Previous Buffer
  • <Leader>r Show Tags in File (TagList)
  • <Leader>f Find in Files (Ack)

Coding

  • <C-Space> Intelligent Omni Completion
  • <C-y> Zen Coding Expand Abbreviation (ZenCoding)
  • <Leader>z Use the Zend Code Analyzer for PhP syntax checking (vim-zendcodeanalyzer)
  • <tab> Activate Snippet (UltiSnips)

Editing

  • <Leader>g Visualize Undo Tree (Gundo)
  • <Leader>y Show YankRing
  • p Paste last entry from paste buffer
  • <C-p> Cycle though older entries in paste buffer (YankRing)
  • % Find matching brackets, tags, … (Matchit)

General

  • <Leader>q Quit Vim
  • <Leader>x Close Current Buffer
  • <Leader>c Regenerate ctags
  • <Leader>s Execute ./sync (put whatever in there that's needed for syncing with your staging environment)

Commands

  • :FixNewLines Fixes all line endings
  • :w!! Saves the file through sudo
  • :Hammer Preview markdown and other formats in your browser (Hammer)
  • All the G… commands, too many to list here :-) (Fugitive)

Beautifiers

  • CSApprox Make gvim-only colorschemes work transparently in terminal vim
  • Colorizer colorize hex color values in css files
  • MiniBufExpl Get a nice looking tab bar on top showing active buffers

Invisible Super Heroes

  • PhpComplete Fixes omni completion for PhP
  • Syntastic Syntax Checking for a variety of file types when saving
  • AutoTag Automagically updates your tags file
  • delimitMate Automatically add closing brackets

File Types

Color Schemes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].