Navigation Menu

Skip to content

Commit

Permalink
Modify
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnk committed May 7, 2014
1 parent 14b9a71 commit 534c2c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
4 changes: 4 additions & 0 deletions dotfiles/dot.screenrc
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions vim/dot.vim/ftplugin/tweetvim.vim
Expand Up @@ -8,6 +8,7 @@ let g:tweetvim_display_icon = 1
let g:tweetvim_tweet_per_page = 60

nnoremap <silent><buffer> s :<C-u>TweetVimSay<CR>
nnoremap <buffer><silent> tm :<C-u>TweetVimMentions<CR>
nnoremap <silent><buffer> <Leader>th :<C-u>TweetVimHomeTimeline<CR>
nnoremap <silent><buffer> [unite]l :<C-u>Unite tweetvim<CR>
nnoremap <silent><buffer> [unite]u :<C-u>Unite tweetvim/account<CR>
Expand Down
14 changes: 1 addition & 13 deletions vim/profiles/plugins.vim
Expand Up @@ -2,7 +2,6 @@

" maps {{{
nmap <Leader>jl <SID>(lint-javascript)
nmap <Leader>jj <SID>(toggle-jslint)
" giti
nmap <Space>gd <SID>(git-diff-cached)
Expand Down Expand Up @@ -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 <SID>(lint-javascript) :<C-u>JSLint<CR>
nnoremap <SID>(toggle-jslint) :<C-u>JSLintToggle<CR>
autocmd BufLeave <buffer> call jslint#clear()
autocmd BufWritePost <buffer> call jslint#check()
autocmd CursorMoved <buffer> call jslint#message()
endfunction
"}}}

" vim-submode {{{
let g:submode_keep_leaving_key = 1
" winsize
call submode#enter_with('winsize', 'n', '', '<C-w>>', '<C-w>>')
call submode#enter_with('winsize', 'n', '', '<C-w><', '<C-w><')
Expand Down

0 comments on commit 534c2c5

Please sign in to comment.