Skip to content

Instantly share code, notes, and snippets.

View bling's full-sized avatar

Bailey Ling bling

View GitHub Profile
" 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'
@bling
bling / helm-fzf.el
Last active September 5, 2018 00:02
(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)))
@bling
bling / evil-mode-lightning.org
Last active August 29, 2015 14:02
evil-mode lightning talk emacs nyc

evil-mode

who am i?

Bailey Ling

lab49

github/bling @blingcoder

some things i’ve done

vim-bufferline

@bling
bling / gist:9309964
Created March 2, 2014 17:19
vim-airline 421
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>
@bling
bling / keys.ahk
Last active November 17, 2018 15:39
autohotkey bindings
; 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>
@bling
bling / vs2012colors.vssettings
Created December 6, 2012 16:30
Visual Studio 2012 Color Scheme with Resharper
<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>