From 827e00b8b781d4a5a948c4dd25db0c0d2df11e1d Mon Sep 17 00:00:00 2001 From: Fran Date: Sun, 28 Nov 2021 11:54:07 -0600 Subject: [PATCH] Vim changes --- .vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index 64189d8..44a7a4b 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -1,6 +1,6 @@ call plug#begin('~/.vim/plugged') -" themes +git_files themes Plug 'fxn/vim-monochrome' Plug 'dylanaraps/wal.vim' Plug 'arcticicestudio/nord-vim' @@ -49,8 +49,8 @@ if (empty($TMUX)) endif set background=dark -colorscheme minochrome colorscheme austere +colorscheme nord " new leader key nnoremap @@ -69,7 +69,7 @@ noremap noremap " telescope essentials -nnoremap ff Telescope find_files +nnoremap ff Telescope git_files nnoremap fd Telescope live_grep nnoremap fb Telescope buffers nnoremap ft Telescope