diff --git a/.vimrc b/.vimrc index 7d00cb6..5f9b369 100644 --- a/.vimrc +++ b/.vimrc @@ -39,8 +39,10 @@ autocmd FileType markdown setlocal spell spelllang=en_us cc= wrap autocmd FileType gemtext setlocal spell spelllang=en_us cc= wrap autocmd FileType xml setlocal et ts=2 sw=2 +nmap \\ :noh nmap :set spell! nmap :set list! +nmap :FZF set listchars=tab:▸\ ,eol:¬,space:· " vim-plug, https://github.com/junegunn/vim-plug @@ -55,6 +57,7 @@ Plug 'https://github.com/peterhoeg/vim-qml' Plug 'https://github.com/rust-lang/rust.vim' Plug 'https://github.com/cespare/vim-toml' Plug 'https://github.com/arrufat/vala.vim' +Plug 'https://github.com/junegunn/fzf' call plug#end() " addtional stuff....