diff options
-rw-r--r-- | .ssh/config | 3 | ||||
-rw-r--r-- | .vimrc | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index 722ef6d..61e5187 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,6 +1,9 @@ Host sicm HostName planet024.ai.mit.edu User bnewbold +Host daemon + HostName daemon.robocracy.org + User bnewbold Host animus HostName animus.robocracy.org User bnewbold @@ -22,5 +22,5 @@ autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except, au BufNewFile,BufRead *.fsi,*.fss set ft=fortress " for previewing reStructured text (.rst) in firefox -:command Rst :!rst2html.py % > /tmp/rstprev.html && firefox file:///tmp/rstprev.html +:command Rst :!rst2html.py "%" > /tmp/rstprev.html && firefox file:///tmp/rstprev.html :nnoremap <C-p><C-r> :Rst<CR> |