--- a/ffignore Thu Jul 18 00:49:44 2013 -0400
+++ b/ffignore Mon Jul 22 11:05:56 2013 -0400
@@ -1,5 +1,9 @@
syntax:literal
.DS_Store
+tags
+tags.bak
+cookbook
+banner.txt
syntax:regex
^./target$
--- a/vim/vimrc Thu Jul 18 00:49:44 2013 -0400
+++ b/vim/vimrc Mon Jul 22 11:05:56 2013 -0400
@@ -1026,7 +1026,8 @@
augroup ft_scala
au!
- au Filetype scala setlocal foldmethod=indent
+ " au Filetype scala setlocal foldmethod=indent
+ au Filetype scala setlocal foldmethod=marker foldmarker={,}
au Filetype scala compiler maven
au Filetype scala let b:dispatch = 'mvn -B package install'
au Filetype scala nnoremap <buffer> <localleader>s :SortScalaImports<cr>
@@ -1225,6 +1226,8 @@
au!
au Filetype nerdtree setlocal nolist
+ au Filetype nerdtree nnoremap <buffer> H :vertical resize -10<cr>
+ au Filetype nerdtree nnoremap <buffer> L :vertical resize +10<cr>
" au Filetype nerdtree nnoremap <buffer> K :q<cr>
augroup END
--- a/weechat/weechat.conf Thu Jul 18 00:49:44 2013 -0400
+++ b/weechat/weechat.conf Mon Jul 22 11:05:56 2013 -0400
@@ -227,7 +227,7 @@
nicklist.conditions = "nicklist"
nicklist.filling_left_right = vertical
nicklist.filling_top_bottom = columns_vertical
-nicklist.hidden = on
+nicklist.hidden = off
nicklist.items = "buffer_nicklist"
nicklist.position = right
nicklist.priority = 200