nnoremap :FZF nnoremap :Rg let g:fzf_layout = { 'down': '~15%' } " transparent background hi Normal guibg=NONE ctermbg=NONE let mapleader = "," let maplocalleader="\\" noremap n :bn noremap p :bp noremap c :bd noremap b :Buffers noremap t :Tags set nocompatible syntax on filetype plugin indent on set autoindent set smartcase ignorecase " you need these two set nowritebackup noswapfile set mouse=a set encoding=utf8 ffs=unix,dos,mac set wrap set list listchars=tab:⇥\ ,extends:❯,precedes:❮,nbsp:␣,trail:· showbreak=¬ set clipboard=unnamedplus set nopaste iabbrev ddate =strftime("%F") iabbrev dtime =strftime("%F %T")