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

Block or report jhbabon

Report abuse

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

Report abuse

Pinned Loading

  1. scout scout Public

    Friendly fuzzy finder made with rust

    Rust 94 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