Skip to content
View ericbn's full-sized avatar

Organizations

@jenkinsci @javalite @zimfw
Block or Report

Block or report ericbn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. zimfw/zimfw zimfw/zimfw Public

    Zim: Modular, customizable, and blazing fast Zsh framework

    HTML 3.6k 177

  2. vim-solarized vim-solarized Public

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

    Vim Script 49 4

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

    Abstract Descent Parser algorithm implemented in JavaScript

    JavaScript 11 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