added tmux, butter fish config

This commit is contained in:
Martin Bauer
2022-06-06 19:29:39 +02:00
parent a929bde64b
commit e91c2fd4a5
6 changed files with 203 additions and 29 deletions

View File

@@ -1,14 +1,15 @@
" goto normal mode with jk
inoremap jk <ESC>
" remove search highlighting when pressing esc
map <esc> :noh <CR>
" ----------------------------- Own config ---------------------------
inoremap jk <ESC> " goto normal mode with jk
map <esc> :noh <CR> " remove search highlighting when pressing esc
set number " turn on line numbers
" ----------------------------- Plugins ------------------------------
" --------- Plugins ----------
call plug#begin()
Plug 'justinmk/vim-sneak'
Plug 'easymotion/vim-easymotion'
Plug 'sheerun/vim-polyglot'
call plug#end()