From 9a1878aedf7edff28c6c6d4ec4ac257a2a9e085e Mon Sep 17 00:00:00 2001 From: Russell Riker Date: Mon, 7 Sep 2020 09:49:24 -0400 Subject: [PATCH] added splits keymappings, and more comment lines --- init.vim | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/init.vim b/init.vim index 062de2f..2db863e 100644 --- a/init.vim +++ b/init.vim @@ -12,7 +12,10 @@ set tabstop=4 set expandtab set number - +" *********************************************************** +" ********************* install pluggins ******************** +" *********************************************************** +" call plug#begin('~/.vim/plugged') Plug 'SirVer/ultisnips' Plug 'honza/vim-snippets' @@ -30,11 +33,27 @@ call plug#begin('~/.vim/plugged') Plug 'airblade/vim-rooter' call plug#end() -" remap the split window motion keybindings -":map J +" *********************************************************** +" ****************** basic remap keys *********************** +" *********************************************************** +" remap the split window motion keybindings +" stole these from BrodieRobertson +map h +map j +map k +map l + +" nerdtree file manager :nmap :NERDTreeToggle -:nnoremap :buffers:buffer + +" buffers +:nnoremap :buffers:buffer + +" *********************************************************** +" **************** fzf & ripgrep config ********************* +" *********************************************************** +" "This is the default extra key bindings let g:fzf_action = {