Skip to content

Commit

Permalink
Update for GIF record
Browse files Browse the repository at this point in the history
  • Loading branch information
DemonCloud committed Jul 23, 2015
1 parent 23ab809 commit 9dd8d7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
1 change: 1 addition & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set-option -g history-limit 10000
# UTF8 Support
set-window-option -g utf8 on

# Not see this type for my eye ^_^
# auto window rename
set-window-option -g automatic-rename

Expand Down
22 changes: 3 additions & 19 deletions _vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ Plugin 'JazzCore/ctrlp-cmatcher'
Plugin 'terryma/vim-multiple-cursors'
Plugin 'terryma/vim-smooth-scroll'
Plugin 'terryma/vim-expand-region'
"Plugin 'Valloric/YouCompleteMe'
Plugin 'xleng/YCM_WIN_X86'
Plugin 'rdnetto/YCM-Generator'
" Plugin 'Valloric/YouCompleteMe'
" Plugin 'xleng/YCM_WIN_X86'
" Plugin 'rdnetto/YCM-Generator'
Plugin 'Shougo/neocomplete.vim'
Plugin 'Shougo/neocomplcache.vim'
Plugin 'JazzCore/neocomplcache-ultisnips'
Expand Down Expand Up @@ -898,22 +898,6 @@ map g# <Plug>(incsearch-nohl-g#)zzzv
nnoremap <Leader>M <Plug>MarkToggle
nnoremap <Leader>N <Plug>MarkAllClear
"Sneak
"replace 'f' with 1-char Sneak
"nmap f <Plug>Sneak_f
"nmap F <Plug>Sneak_F
"xmap f <Plug>Sneak_f
"xmap F <Plug>Sneak_F
"omap f <Plug>Sneak_f
"omap F <Plug>Sneak_F
"replace 't' with 1-char Sneak
"nmap t <Plug>Sneak_t
"nmap T <Plug>Sneak_T
"xmap t <Plug>Sneak_t
"xmap T <Plug>Sneak_T
"omap t <Plug>Sneak_t
"omap T <Plug>Sneak_T

function! <SID>SynStack()
echo map(synstack(line('.'),col('.')),'synIDattr(v:val, "name")')
endfunc
Expand Down

0 comments on commit 9dd8d7f

Please sign in to comment.