diff vimrc @ 116:f7ea2b69b89d

Add shortcut to vimrc
author zegervdv <zegervdv@me.com>
date Tue, 16 Sep 2014 14:32:28 +0200
parents 9eeaecd192f5
children eae8e7173918
line wrap: on
line diff
--- a/vimrc	Mon Sep 08 08:16:56 2014 +0200
+++ b/vimrc	Tue Sep 16 14:32:28 2014 +0200
@@ -322,6 +322,8 @@
   nnoremap <silent> <SPACE>o :<C-u>Unite outline<CR>
   nnoremap <silent> <SPACE>t :<C-u>Unite tag<CR>
   nnoremap <silent> <C-p>    :<C-u>Unite -start-insert file_rec/async<CR>
+  nnoremap <silent> <SPACE>h :<C-u>Unite ssh://Hurricane/STM-Quadcopter/source<CR>
+  nnoremap <silent> <SPACE>i :<C-u>Unite ssh://imac-van-zeger.local/Documents<CR>
 " }}}
 " Unite Build {{{
 " TODO: Create builders eg Latex, Vagrant?