Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
When you double click or just highlight a word in sublime it matches the case. is there any way to ignore the case on highlighting a word?
Unfortunately, there is not. The behavior of this feature seems to be hard-coded, and is not accessible via the API or the documented preferences. Changing the options in the Find or Find and Replace search functions doesn't seem to have any effect, either. Even the color of the outline box can't be changed.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 10 months ago.
Improve this question
Is it possible to make google docs stop replacing parentheses?
Sometimes I make there cheat sheets for myself but I noticed that when I make parentheses there it places instead of which do not work in a code.
That's called smart quotes.
To turn them off, click Tools > Preferences and then unselect Use smart quotes:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
As a follow-up to this question, is there a way to use keyboard shortcuts in Excel to select/de-select the filter drop-down check boxes? I'm not satisfied to only arrive at these check boxes via keyboard shortcuts. I want to know if I can actually toggle them off/on with shortcuts.
You can use Space bar to select or de-select items.
This shortcuts may work. Select the column and press ALT + Down arrow or Ctrl+Shift+L
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
My mouse sensitivity sometimes changes on its own, and I would like to see what the acceleration/sensitivity values are at any point. Sometimes I forget my keyboard repeat rate settings and have to feel around for it.
Is there a command like "xset", but to get the current values?
From the man of xset :
q
The q option gives you information on the current settings.
Is that what you are looking for ?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I am new to terminal and I just wanted to know if there's any way I could start from where I left off to avoid typing the whole commands again.
Indeed there is. This is the main feature of GNU Screen, and also of tmux - choosing one is a matter of preference.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I was given some data in excel and it looks like this:
Maps ix↵About the Author↵x↵Preface↵xi↵Ancillary
I need to remove these little arrows and replace them with a single white space. How would I do that?
Thank you.
How about: Ctrl+h (Search and Replace), enter "↵" (by copy/paste) in the search field and (blank space) in the replace field?