diff --git a/.bashrc b/.bashrc index 8435c4b..daeadab 100644 --- a/.bashrc +++ b/.bashrc @@ -9,6 +9,7 @@ BLOCKSIZE=K; export BLOCKSIZE EDITOR=vim; export EDITOR PAGER=less; export PAGER +#Foo # set ENV to a file invoked each time sh is started for interactive use. ENV=$HOME/.bashrc; export ENV diff --git a/.gvimrc b/.gvimrc index 8f3a975..97525bd 100644 --- a/.gvimrc +++ b/.gvimrc @@ -1,7 +1,7 @@ winsize 115 45 "set expandtab "set guifont=DejaVu\ Sans\ Mono:h15.00 -set guifont=Inconsolata:h18.00 +set guifont=Inconsolata\ 14 set guioptions-=L if has("gui_macvim") diff --git a/.npmrc b/.npmrc index 92d369c..1e2fdb1 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ -root =/Users/barak/.node_libraries -binroot=/Users/barak/bin +root = /home/barakmich/.node_libraries +binroot = /home/barakmich/.node_libraries/bin diff --git a/.vimrc b/.vimrc index 9d51b35..07a071d 100644 --- a/.vimrc +++ b/.vimrc @@ -103,7 +103,8 @@ au BufEnter *.org call org#SetOrgFileType() nmap gt :NERDTreeToggle nmap gT :TlistToggle "nnoremap gx :Kwbd -nnoremap gc :bdelete +nnoremap gc :Kwbd +"nnoremap gc :bdelete nnoremap gK :bdelete! nnoremap gn :bn nnoremap gp :bp @@ -225,7 +226,9 @@ augroup QFixToggle autocmd BufWinLeave * if exists("g:qfix_win") && expand("") == g:qfix_win | unlet! g:qfix_win | endif augroup END -nnoremap qf :QFix +nnoremap ff :QFix +nnoremap fn :cnext +nnoremap fp :cprev nnoremap aw :AckWord nnoremap ac :Ack nnoremap hh :A @@ -274,6 +277,7 @@ if g:google != 0 " Configure a 'Comments' command to import CL code review comments into the " quickfix buffer. command! Comments cexpr system('git5 comments -q -u') + command! Lint cexpr system('git5 lint -q') endif if filereadable("/home/build/nonconf/google3/tools/tags/gtags.vim")