diff --git a/dotfiles/dot.screenrc b/dotfiles/dot.screenrc index 6876afa..588d7d3 100644 --- a/dotfiles/dot.screenrc +++ b/dotfiles/dot.screenrc @@ -3,6 +3,10 @@ escape ^Tt vbell off # +defbce on +attrcolor b '.I' +term xterm +termcapinfo xterm* 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' termcapinfo xterm* 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # escape bineded key diff --git a/vim/dot.vim/ftplugin/tweetvim.vim b/vim/dot.vim/ftplugin/tweetvim.vim index 14d998a..80326a4 100644 --- a/vim/dot.vim/ftplugin/tweetvim.vim +++ b/vim/dot.vim/ftplugin/tweetvim.vim @@ -8,6 +8,7 @@ let g:tweetvim_display_icon = 1 let g:tweetvim_tweet_per_page = 60 nnoremap s :TweetVimSay +nnoremap tm :TweetVimMentions nnoremap th :TweetVimHomeTimeline nnoremap [unite]l :Unite tweetvim nnoremap [unite]u :Unite tweetvim/account diff --git a/vim/profiles/plugins.vim b/vim/profiles/plugins.vim index 25623ae..6db28cd 100644 --- a/vim/profiles/plugins.vim +++ b/vim/profiles/plugins.vim @@ -2,7 +2,6 @@ " maps {{{ nmap jl (lint-javascript) -nmap jj (toggle-jslint) " giti nmap gd (git-diff-cached) @@ -256,19 +255,8 @@ if globpath(&rtp, 'plugin/giti.vim') != '' endif " }}} -" jslint {{{ -autocmd VimrcAutoCmd FileType javascript call s:javascript_filetype_settings() - -function! s:javascript_filetype_settings() - nnoremap (lint-javascript) :JSLint - nnoremap (toggle-jslint) :JSLintToggle - autocmd BufLeave call jslint#clear() - autocmd BufWritePost call jslint#check() - autocmd CursorMoved call jslint#message() -endfunction -"}}} - " vim-submode {{{ +let g:submode_keep_leaving_key = 1 " winsize call submode#enter_with('winsize', 'n', '', '>', '>') call submode#enter_with('winsize', 'n', '', '<', '<')