Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Ctl + enter in Linux does not recognize $, which is used in list object #27

Closed
melmasri opened this issue Jan 16, 2015 · 2 comments
Closed

Comments

@melmasri
Copy link

In Linux when using screen.

When you have a list say "lobj" that has names, say "o1" and "o2", then in R one can call lobj$o1 to see o1.
However, when executing lobj$o1 in sublime using ctl+enter, only lobj is executed. One has to add a backlash as lobj$o1 to execute it.

This would be a quick fix :). Thanks

@randy3k
Copy link
Owner

randy3k commented Jan 16, 2015

This is funny. Linux and Mac screen behaves differently. When I run screen -X stuff 'a$b\n' on my mac, it gives a$b\n without executing the command.

But on Ubuntu, I get only an executed a.

@melmasri
Copy link
Author

great. It works

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants