summaryrefslogtreecommitdiff
path: root/base/vimrc
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2012-11-29 12:58:39 -0800
committerJesse Morgan <jesse@jesterpm.net>2012-11-29 12:58:39 -0800
commit710373b5037d46a75bd046956cc3e5d73cb7b9e8 (patch)
tree43a7217afe8e03c73dd50d72b21953cc562bd538 /base/vimrc
parent93713a516bdd3d2a960c8a841731f3d83f54362c (diff)
Tweaking compile & check workflow.
Diffstat (limited to 'base/vimrc')
-rw-r--r--base/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/vimrc b/base/vimrc
index 39b58e3..4184018 100644
--- a/base/vimrc
+++ b/base/vimrc
@@ -128,6 +128,9 @@ EOT
" Scratch Plugin
let g:scratchBackupFile="/tmp/scratch.txt"
+" Quicker compile & check
+map <C-x> :silent make<Enter>:copen<Enter><C-w><C-w>:redraw<Enter>
+
" Load host-specific settings
set runtimepath^=~/.host-specific/vim,
set runtimepath+=~/.host-specific/vim/after