Skip to content

Commit

Permalink
focus testing
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor committed Nov 4, 2013
1 parent d71d4b5 commit 02d5834
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vimrc
Expand Up @@ -134,6 +134,7 @@ Bundle 'mattn/gist-vim'
Bundle 'scrooloose/nerdtree'
Bundle 'jistr/vim-nerdtree-tabs'
"Bundle 'nixternal/taskwarrior-vim'
Bundle 'vim-scripts/Conque-Shell'

"utils-l9 -- UNKNOWN
"utils-tracwiki -- UNKNOWN
Expand Down Expand Up @@ -260,6 +261,12 @@ elseif $TERM =~ '^xterm$'
colorscheme frood
endif

"autocmd InsertEnter * set cul cuc
"autocmd InsertLeave * set nocul nocuc
"autocmd FocusGained * set cul cuc
"autocmd FocusLost * set nocul nocuc


" If I forgot to sudo vim a file, do that with :w!!
cmap w!! %!sudo tee > /dev/null %
Expand Down Expand Up @@ -377,6 +384,8 @@ if version >= 700
"map <leader>n :NERDTreeTabsToggle<cr>
end

let g:ConqueTerm_ReadUnfocused = 1

nmap <LocalLeader>zz :ZoomWin<cr>
nmap <c-w>z :ZoomWin<CR>
Expand Down

0 comments on commit 02d5834

Please sign in to comment.