Skip to content

Commit

Permalink
Merge pull request #1 from jaymzh/commandt_with_rxvt
Browse files Browse the repository at this point in the history
Make CommandT work with rxvt
  • Loading branch information
adamhjk committed Mar 12, 2012
2 parents 5dce682 + e2d0754 commit 54a9a73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ nmap <D-0> g^
if (&term == 'xterm')
set t_Co=256
endif
" Make CommandT work with rxvt
if (&term == 'rxvt-unicode' || &xterm == 'rxvt')
let g:CommandTSelectNextMap = ['<C-n>', '<C-j>', '<ESC>OB']
let g:CommandTSelectPrevMap = ['<C-p>', '<C-k>', '<ESC>OA']
endif

" Suppress lustyjuggler warnings
let g:LustyJugglerSuppressRubyWarning = 1
Expand Down

0 comments on commit 54a9a73

Please sign in to comment.