Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set screen as default in vimrc #4

Closed
KTamas opened this issue Nov 24, 2011 · 1 comment
Closed

Can't set screen as default in vimrc #4

KTamas opened this issue Nov 24, 2011 · 1 comment

Comments

@KTamas
Copy link
Contributor

KTamas commented Nov 24, 2011

Hi

I might be missing something terribly trivial, however I can't seem to be able to set screen as default in my vimrc, which looks like this:

filetype off
call pathogen#infect()
syntax on
filetype plugin indent on

[bunch of other stuff]

let g:slime_option="screen"
let b:slime_screen = {"sessionname": "mysession", "windowname": "0"}

however when I start vim, g:slime_option is set to tmux. If I source my vimrc again, then g:slime_option is set to screen.

@KTamas
Copy link
Contributor Author

KTamas commented Nov 24, 2011

ah, found the issue. gonna fork it and open a pull request.

@KTamas KTamas closed this as completed Nov 24, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant