Skip to content
View ericbn's full-sized avatar

Organizations

@jenkinsci @javalite @zimfw

Block or report ericbn

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. zimfw/zimfw zimfw/zimfw Public

    Zim Framework: The Zsh configuration framework with blazing speed and modular extensions.

    Shell 4.4k 182

  2. vim-solarized vim-solarized Public

    A simpler fork of the awesome Solarized colorscheme for Vim by Ethan Schoonover

    Vim Script 61 6

  3. js-abstract-descent-parser js-abstract-descent-parser Public

    Abstract Descent Parser algorithm implemented in JavaScript

    JavaScript 13 2

  4. Vim Powerline-like status line witho... Vim Powerline-like status line without the need of any plugin
    1
    " Statusline (requires Powerline font)
    2
    set statusline=
    3
    set statusline+=%(%{&buflisted?bufnr('%'):''}\ \ %)
    4
    set statusline+=%< " Truncate line here
    5
    set statusline+=%f\  " File path, as typed or relative to current directory