From 0949414e76c75da02efb07dbe747f3387a24d2c0 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Tue, 10 Aug 2021 00:51:38 -0500 Subject: changed name of home dirs and other small tweaks --- nvim/init.vim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nvim') diff --git a/nvim/init.vim b/nvim/init.vim index 2f07f38..65e980e 100755 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -42,10 +42,10 @@ map map 0 map $ " Faster split navigation (alt-hjlk, as opposed to ctrl-w + hjlk) -map h -map j -map k -map l +"map h +"map j +"map k +"map l " Colorscheme for root and normal users (since vimrc is just symlinked to the root user's home) if ($USER) == 'root' @@ -68,8 +68,8 @@ else set cursorline " Highlight current line " Change the terminal emulator's window title and class name to vim autocmd BufEnter * :set title - autocmd VimEnter * :silent exec "!~/Scripts/st/settitle Vim" - autocmd VimLeave * :silent exec "!~/Scripts/st/settitle st" + autocmd VimEnter * :silent exec "!/home/timmy/scripts/st/settitle Vim" + autocmd VimLeave * :silent exec "!/home/timmy/scripts/st/settitle st" let &titleold="st" endif -- cgit v1.2.3