Skip to content
View yart's full-sized avatar

Organizations

@rubyzza

Block or report yart

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. .vimrc .vimrc
    1
    " =====================================================================================================================
    2
    " =========================================== НАЧАЛО СЕКЦИИ ПЛАГИНОВ ==================================================
    3
    " =====================================================================================================================
    4
    " Задаёт директорию для плагинов
    5
    " - для Neovim: ~/.local/share/nvim/plugged
  2. vim style tmux config vim style tmux config
    1
    # use C-a, since it's on the home row and easier to hit than C-b
    2
    set-option -g prefix C-a
    3
    unbind-key C-a
    4
    bind-key C-a send-prefix
    5
    set -g base-index 1