From f03ea918e8591ba5794e5e1c4b9426138f72ab32 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Mon, 27 Nov 2023 21:15:08 -0600 Subject: Update packages and config files tmux.conf -> bindings for saving and scrolling zsh/p10k -> new layouts and aliases vimrc -> New plugins for tmux and tab bindings new wallpapers --- src/config/files/shell/.vimrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/config/files/shell/.vimrc') diff --git a/src/config/files/shell/.vimrc b/src/config/files/shell/.vimrc index 658eac5..5a4e376 100644 --- a/src/config/files/shell/.vimrc +++ b/src/config/files/shell/.vimrc @@ -10,14 +10,17 @@ call vundle#begin() set bs=2 set ts=8 -set sw=8 +set tw=80 set t_Co=256 set number set ruler +set shiftwidth=2 smarttab +set expandtab -nnoremap :tabprevious -nnoremap :tabnext + +nnoremap :bp +nnoremap :bn nnoremap :tabfirst nnoremap :tablast nnoremap :tabmove +1 @@ -25,10 +28,6 @@ nnoremap :tabmove -1 map :NERDTreeTabsToggle noremap :Files xnoremap :s/^/\/\/ -nnoremap >> -nnoremap << -xnoremap > -xnoremap < nmap MarkdownPreviewToggle @@ -49,10 +48,11 @@ Plugin 'valloric/youcompleteme' Plugin 'junegunn/fzf' Plugin 'junegunn/fzf.vim' Plugin 'iamcco/markdown-preview.nvim' +Plugin 'tpope/vim-obsession' " All of your Plugins must be added before the following line let g:airline_theme='gruvbox_material' -let g:airline_powerline_fonts = 1 +let g:airline_powerline_fonts = 0 let g:AutoClosePreserveDotReg = 0 let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#formatter = 'unique_tail' -- cgit