From 597059c9684155af26b407c28cd1a2cf4d4de9a3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 23 Jul 2018 17:19:47 +1200 Subject: Add some spaces before some comments --- vim/vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 747c9c67..61d60fd9 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -34,10 +34,10 @@ if has('syntax') endif " The all-important default indent settings; filetypes to tweak -set autoindent " Use indent of previous line on new lines -set expandtab " Use spaces instead of tabs -set shiftwidth=4 " Indent with four spaces -set softtabstop=4 " Insert four spaces with tab key +set autoindent " Use indent of previous line on new lines +set expandtab " Use spaces instead of tabs +set shiftwidth=4 " Indent with four spaces +set softtabstop=4 " Insert four spaces with tab key " Let me backspace over pretty much anything set backspace+=eol " Line breaks -- cgit v1.2.3 From d02a2adf133ef1958b68e31dacacb27dde5ba1fe Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 23 Jul 2018 17:19:57 +1200 Subject: Allow numeric prefix before :bdelete map --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 61d60fd9..6775ca47 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -294,7 +294,7 @@ nnoremap + :call vimrc#Anchor('1GgqG') nnoremap . :lmake! " \DEL deletes the current buffer -nnoremap :bdelete +nnoremap :bdelete " \INS edits a new buffer nnoremap :enew -- cgit v1.2.3 From 1d7c0df52ed221b4e09293d646fd15299ca8e935 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 23 Jul 2018 17:24:21 +1200 Subject: Map \H to show command :history --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 6775ca47..47422f87 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -234,6 +234,8 @@ nnoremap f :setlocal formatoptions? nnoremap g :cd %:h:pwd " \h toggles highlighting search results nnoremap h :set hlsearch! hlsearch? +" \H shows command history +nnoremap H :history : " \i toggles showing matches as I enter my pattern nnoremap i :set incsearch! incsearch? " \j jumps to buffers (jetpack) -- cgit v1.2.3 From 73da78cfcc7df9005c43c58d744d1869de3f30ab Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 23 Jul 2018 22:18:59 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0824217f..c43e3c76 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v1.38.0 -Mon Jul 23 05:12:10 UTC 2018 +tejr dotfiles v1.39.0 +Mon Jul 23 10:18:52 UTC 2018 -- cgit v1.2.3