diff --git a/.gitignore b/.gitignore index cbee73c..fdde7d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -plugged/ -backup/ -swap/ -undo/ +plugged +backup/* +swap/* +undo/* .netrwhist .netrwhist~ diff --git a/vimrc b/vimrc index 45dd751..261ee9f 100644 --- a/vimrc +++ b/vimrc @@ -7,6 +7,9 @@ nnoremap nnoremap ex :NERDTreeToggle inoremap nnoremap f gg=G +nnoremap ta :tabnew +nnoremap :tabnext +nnoremap :tabprevious " BASIC SETUP ------------------------------------------------------------ {{{ let g:highlightedyank_highlight_duration = 100 set nocompatible @@ -52,7 +55,7 @@ call plug#end() " PLUGIN CONFIGS let NERDTreeShowHidden=1 let g:floaterm_keymap_toggle = '' -let g:floaterm_keymap_toggle = 't' +let g:floaterm_keymap_toggle = 'tt' let g:floaterm_width = 0.8 let g:floaterm_height = 0.8 let g:ctrlp_clear_cache_on_exit = 1