Skip to content

Instantly share code, notes, and snippets.

View varkadov's full-sized avatar
🏠
Working from home

Vadim Arkadov varkadov

🏠
Working from home
  • Avito
  • Turkey
View GitHub Profile
@varkadov
varkadov / .vimrc
Last active February 10, 2021 05:04
let mapleader = ","
" set visualbell
" be iMproved, required
set nocompatible
" required
filetype off
" top offset for z + <enter>
set scrolloff=5
" show lines numbers
set number
# Turn on vim mode
fish_vi_key_bindings
# Key bindings
function fish_user_key_bindings
bind -M insert \cp history-search-backward
bind -M insert \cn history-search-forward
bind -M insert \cf forward-char
# for mode in insert default visual
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
# If you come from bash you might have to change your $PATH.
export PATH=node_modules/.bin:$HOME/bin:/usr/local/bin:$HOME/.nvm/versions/node/v16.16.1/bin:$PATH
# Go lang
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:/usr/local/go/bin:$GOBIN
# zsh_autosuggest plugin config
# ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#adff2f"
let mapleader = ","
set easymotion
set surround
set visualbell
set noerrorbells
set is
set hlsearch
[core]
excludesfile = /Users/vgarkadov/.gitignore_global
autocrlf = input
[user]
name = Vadim Arkadov
email = vgarkadov@avito.ru
[remote "origin"]
prune = true
[filter "lfs"]
process = git-lfs filter-process