Skip to content

Commit

Permalink
making sessionman work after the first usage
Browse files Browse the repository at this point in the history
  • Loading branch information
flavius committed May 30, 2011
1 parent b780b8a commit e280294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vim/bundle/rbtweaks/plugin/sessionman.vim
Expand Up @@ -198,6 +198,7 @@ function! s:ListSessions()
setlocal noswapfile
setlocal nowrap
setlocal nobuflisted
setlocal modifiable

nnoremap <buffer> <silent> q :bwipeout!<CR>
nnoremap <buffer> <silent> o :call <SID>OpenSession(getline('.'))<CR>
Expand Down

0 comments on commit e280294

Please sign in to comment.