Skip to content
View jhbabon's full-sized avatar
🦊
🦊
Block or Report

Block or report jhbabon

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. scout scout Public

    Friendly fuzzy finder made with rust

    Rust 93 4

  2. scout.vim scout.vim Public

    Use scout fuzzy finder inside neovim

    Vim Script 24

  3. dotfiles dotfiles Public

    Configuration files for UNIX systems

    Lua 11 2

  4. Filter ZSH history with scout Filter ZSH history with scout
    1
    setopt hist_ignore_all_dups
    2
    # based on: https://gist.github.com/dohq/9b97e07c865bb608108dd254b5e32fea
    3
    function scout-history() {
    4
      BUFFER=$(history -n -r 1 | scout --inline --lines=10 --search="$LBUFFER")
    5
      CURSOR=$#BUFFER