Browse Source

Sat Jan 21 16:44:30 GMT 2023

Gabriel Capella 1 year ago
parent
commit
98abefc668
3 changed files with 6 additions and 7 deletions
  1. 2 1
      dots/.config/fish/fish_variables
  2. 4 6
      dots/.vimrc
  3. BIN
      dots/.vimrc.swp

+ 2 - 1
dots/.config/fish/fish_variables

@@ -3,7 +3,7 @@
 SETUVAR __fish_classic_git_prompt_initialized:\x1d
 SETUVAR __fish_init_2_39_8:\x1d
 SETUVAR __fish_init_2_3_0:\x1d
-SETUVAR __fish_initialized:3100
+SETUVAR __fish_initialized:3400
 SETUVAR _fish_abbr_l:ls
 SETUVAR fish_color_autosuggestion:555
 SETUVAR fish_color_cancel:\x2dr
@@ -34,4 +34,5 @@ SETUVAR fish_pager_color_completion:\x1d
 SETUVAR fish_pager_color_description:B3A06D\x1eyellow
 SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
 SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
+SETUVAR fish_pager_color_selected_background:\x2dr
 SETUVAR fish_user_abbreviations:l\x20ls

+ 4 - 6
dots/.vimrc

@@ -60,6 +60,10 @@ set expandtab
 set listchars=tab:▒░,trail:▓
 set list
 
+" Search
+set hlsearch
+set incsearch
+
 " Theme and Styling 
 set t_Co=256
 set background=dark
@@ -69,12 +73,6 @@ let g:airline#extensions#tabline#enabled = 1
 let g:airline_theme='badwolf'
 let g:airline_powerline_fonts = 1
 
-" NERDTree
-nnoremap <S-n> :NERDTreeToggle<CR>
-
-" exit insert mode
-inoremap <C-c> <Esc>
-
 set guifont=Source\ Code\ Pro\ for\ Powerline
 set t_Co=256
 

BIN
dots/.vimrc.swp