added tmux, butter fish config
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user