I hereby claim:
- I am existme on github.
- I am existme (https://keybase.io/existme) on keybase.
- I have a public key ASC2Hk0cHdJkuNcM85CAs2iz1Xb7QDHVSE1IX5vbl8W3Dgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import com.intellij.database.model.DasTable | |
| import com.intellij.database.model.ObjectKind | |
| import com.intellij.database.util.Case | |
| import com.intellij.database.util.DasUtil | |
| SEPARATOR = "," | |
| QUOTE = "\"" | |
| NEWLINE = System.getProperty("line.separator") | |
| SEPARATOR = File.separator | |
| SPACING = " " |
| ----- Esc ----- | |
| Quick change directory: Esc + c | |
| Quick change directory history: Esc + c and then Esc + h | |
| Quick change directory previous entry: Esc + c and then Esc + p | |
| Command line history: Esc + h | |
| Command line previous command: Esc + p | |
| View change: Esc + t (each time you do this shortcut a new directory view will appear) | |
| Print current working directory in command line: Esc + a | |
| Switch between background command line and MC: Ctrl + o | |
| Search/Go to directory in active panel: Esc + s / Ctrl + s then start typing directory name |
| find \! -user UNAME -ls | |
| find \! -user UNAME -print0 |xargs -0 sudo chown UNAME:GROUP |
Caching Password: Overcomming the need for reentering password on GitHub.
git config --global credential.helper cache
git config --global credential.helper "cache --timeout=3600"
git config --global credential.helper osxkeychain
For Windows, there is a helper called git-credential-winstore.exe. For Linux, you can use gnome-keyring.