From 5ed1b501175ba675db97d95114700441f88d8f2b Mon Sep 17 00:00:00 2001 From: Alexilator Date: Thu, 6 Jun 2024 11:05:51 +0200 Subject: [PATCH] add tabs --- .gitignore | 8 ++++---- vimrc | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) 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