diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-09-26 10:33:19 -0400 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-09-26 10:33:19 -0400 |
commit | 2d34f88395dc04f40769aa4c24728573c8b8b682 (patch) | |
tree | 6146515f75df6b19d974c616590bd15c3b35c7fd | |
parent | 041b28c90a4f0b2993d423e0b82343a7ae2e0428 (diff) | |
download | openwrt-repro-2d34f88395dc04f40769aa4c24728573c8b8b682.tar.gz openwrt-repro-2d34f88395dc04f40769aa4c24728573c8b8b682.zip |
new server, rst editing
-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> |