From aa17324df14ef08d99cd244138fb2f5a2c422134 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 29 Dec 2019 11:04:17 -0500 Subject: Remove some unused themes. Add vim-hardtime. Adjust key bindings and filetype options --- plugin/filetype-options.vim | 2 +- plugin/rebinds.vim | 29 ++++++++++++++++++++++++----- 2 files changed, 25 insertions(+), 6 deletions(-) (limited to 'plugin') diff --git a/plugin/filetype-options.vim b/plugin/filetype-options.vim index f0cbb37..1adfe23 100644 --- a/plugin/filetype-options.vim +++ b/plugin/filetype-options.vim @@ -81,7 +81,7 @@ function SetShellOptions() set smartindent endfunction function SetGoOptions() - set tabstop=8 + set tabstop=4 set noexpandtab " The ACP is pretty slow with my Go plugins enabled AcpDisable diff --git a/plugin/rebinds.vim b/plugin/rebinds.vim index cacef62..9874d13 100644 --- a/plugin/rebinds.vim +++ b/plugin/rebinds.vim @@ -1,8 +1,27 @@ -" Keep the newbs from using arrow keys -inoremap -inoremap -inoremap -inoremap +" Remove newbie crutches in Command Mode +cnoremap +cnoremap +cnoremap +cnoremap + +" Remove newbie crutches in Insert Mode +inoremap +inoremap +inoremap +inoremap + +" Remove newbie crutches in Normal Mode +nnoremap +nnoremap +nnoremap +nnoremap + +" Remove newbie crutches in Visual Mode +vnoremap +vnoremap +vnoremap +vnoremap + " map :Lex map :NERDTreeToggle -- cgit v1.2.3