Skip to content
View liorrozen's full-sized avatar

Block or report liorrozen

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 Loading

  1. nvim-kick nvim-kick Public

    Forked from nvim-lua/kickstart.nvim

    A launch point for your personal nvim configuration

    Lua

  2. A sane, pluginless vimrc configuration A sane, pluginless vimrc configuration
    1
    " Behavior
    2
    " =======
    3
    set nocompatible		        " disable vi backwards compatibilty
    4
    set backspace=indent,eol,start 	  	" fixes backspace & del behavior
    5
    set timeoutlen=1000 ttimeoutlen=0 	" No delay for ESC
  3. minimal tmux config minimal tmux config
    1
    # Escape time
    2
    set -sg escape-time 0
    3
    
                  
    4
    # Large history
    5
    set-option -g history-limit 10000