Skip to content
View omaryoussef's full-sized avatar
🍎
🍎
Block or Report

Block or report omaryoussef

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. civic-vim civic-vim Public

    Xcode Civic Colorscheme for VIM

    Vim Script 1

  2. Add Ctrl+P functionality to the ZSH ... Add Ctrl+P functionality to the ZSH command line
    1
    # Adds Ctrl+P funcionality similar to Ctrl+T in fzf to open a file directly in vim from the command line
    2
    
                  
    3
    command -v fzf >/dev/null 2>&1 || { exit 0; }
    4
    
                  
    5
    # Optional to use Ripgrep, comment this out if otherwise