Skip to content

Instantly share code, notes, and snippets.

@uzimith
Created March 2, 2014 08:30
Show Gist options
  • Save uzimith/9303669 to your computer and use it in GitHub Desktop.
Save uzimith/9303669 to your computer and use it in GitHub Desktop.
" choosewin {{{
map t <Plug>(choosewin)
let g:choosewin_statusline_replace = 0
let g:choosewin_overlay_enable = 1
let g:choosewin_overlay_clear_multibyte = 1
let g:choosewin_blink_on_land = 0
let g:choosewin_label = "fgtrdsa"
let g:choosewin_tablabel = "123456789"
let g:choosewin_keymap = {
\'k' : 'tab_prev',
\'j' : 'tab_next',
\'h' : 'tab_first',
\'l' : 'tab_last',
\'<Space>' : 'win_land',
\'t' : 'win_land',
\}
" }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment