set background=dark
set belloff=all
set complete-=i
set completeopt=menu,menuone,noselect
set cursorline
set hidden
set hlsearch
set incsearch
set number
set omnifunc=syntaxcomplete#Complete
set path+=.,,
set pumheight=12
set relativenumber
set showmode
set wildmenu
set wildmode=longest:full,full
set wildoptions=pum,tagfile
Use gx to open URLS or paths without Netrw :D
nnoremap gx :silent !xdg-open <cfile><CR>
Keep visual selection when shifting text
xnoremap < <gv
xnoremap > >gv
I use buffers more than tabs but these tab keymaps are convenient
I can’t live without these options:
Use
gx
to open URLS or paths without Netrw :DKeep visual selection when shifting text
I use buffers more than tabs but these tab keymaps are convenient
Use fzy to pick files :O
My favorite plugins
[<space>
and]<space>
often to add lines)