Bailey Ling
lab49
github/bling @blingcoder
| " vim: fdm=marker ts=2 sts=2 sw=2 fdl=0 | |
| " detect OS {{{ | |
| let s:is_windows = has('win32') || has('win64') | |
| let s:is_cygwin = has('win32unix') | |
| let s:is_macvim = has('gui_macvim') | |
| "}}} | |
| " dotvim settings {{{ | |
| let s:cache_dir = '~/.vim/.cache' |
| (defvar helm-fzf-source | |
| (helm-build-async-source "fzf" | |
| :candidates-process 'helm-fzf--do-candidate-process | |
| :nohighlight t | |
| :requires-pattern 2 | |
| :candidate-number-limit 9999)) | |
| (defun helm-fzf--do-candidate-process () | |
| (let* ((cmd-args `("fzf" "-x" "-f" ,helm-pattern)) | |
| (proc (apply #'start-file-process "helm-fzf" nil cmd-args))) |
| SCRIPT /Users/aaronjensen/.vim/bundle/ctrlp.vim/autoload/ctrlp.vim | |
| Sourced 1 time | |
| Total time: 0.002952 | |
| Self time: 0.002915 | |
| count total (s) self (s) | |
| " ============================================================================= | |
| " File: autoload/ctrlp.vim | |
| " Description: Fuzzy file, buffer, mru, tag, etc finder. | |
| " Author: Kien Nguyen <github.com/kien> |
| ; GistID: 8173220 | |
| SendMode Input | |
| #NoEnv | |
| #SingleInstance force | |
| _combined := true | |
| _shiftDown := false | |
| *a:: |
| <!-- GistID: 5612327 --> | |
| <UserSettings> | |
| <ApplicationIdentity version="10.0"/> | |
| <ToolsOptions> | |
| <ToolsOptionsCategory name="Environment" RegisteredName="Environment"/> | |
| </ToolsOptions> | |
| <Category name="Environment_Group" RegisteredName="Environment_Group"> | |
| <Category name="Environment_KeyBindings" Category="{F09035F1-80D2-4312-8EC4-4D354A4BCB4C}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_KeyBindings" PackageName="Visual Studio Environment Package"> | |
| <Version>10.0.0.0</Version> | |
| <KeyboardShortcuts> |
| <UserSettings> | |
| <ApplicationIdentity version="11.0"/> | |
| <ToolsOptions> | |
| <ToolsOptionsCategory name="Environment" RegisteredName="Environment"/> | |
| </ToolsOptions> | |
| <Category name="Environment_Group" RegisteredName="Environment_Group"> | |
| <Category name="Environment_FontsAndColors" Category="{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_FontsAndColors" PackageName="Visual Studio Environment Package"> | |
| <PropertyValue name="Version">2</PropertyValue> | |
| <FontsAndColors Version="2.0"> | |
| <Categories> |