From b82c3c5921d233a0609b99bcf8a438731bbbabef Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Wed, 6 Nov 2013 13:52:01 -0500 Subject: [PATCH] change my settings --- .taskrc | 3 +++ .vim/after/ftplugin/go.vim | 1 + .vimrc | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .vim/after/ftplugin/go.vim diff --git a/.taskrc b/.taskrc index afc243b..2d7e54e 100644 --- a/.taskrc +++ b/.taskrc @@ -27,3 +27,6 @@ push.default.uri=barak@miranda.barakmich.com:/fs/home/barak/.task/ #include /usr/share/doc/task/rc/dark-yellow-green.theme #include /usr/share/doc/task/rc/dark-gray-256.theme +taskd.server=localhost:6544 +taskd.credentials=Barakmich.com\/barak\/6982469b-087e-4243-a1b7-1f411bc68194 +taskd.certificate=\/home\/barak\/.task\/client.cert.pem diff --git a/.vim/after/ftplugin/go.vim b/.vim/after/ftplugin/go.vim new file mode 100644 index 0000000..8e50908 --- /dev/null +++ b/.vim/after/ftplugin/go.vim @@ -0,0 +1 @@ +setlocal tabstop=2 shiftwidth=2 nolist diff --git a/.vimrc b/.vimrc index ca95e36..437e69d 100644 --- a/.vimrc +++ b/.vimrc @@ -417,7 +417,7 @@ xnoremap gj xnoremap gk inoremap gj inoremap gk -"nnoremap +nnoremap " Years of using bash and zsh have caused my fingers to expect these Emacs-like " mappings to exist. Make them exist in vim as well. But eye them with " suspicion, as they come from Emacs.