Updated configs from Laptop
This commit is contained in:
parent
f50133f5ad
commit
9e53d35ce4
3 changed files with 12 additions and 2 deletions
|
@ -10,4 +10,9 @@ setopt long_list_jobs
|
|||
|
||||
## pager
|
||||
export PAGER=less
|
||||
export LC_CTYPE=$LANG
|
||||
export LC_CTYPE=$LANG
|
||||
|
||||
## Ptolemy
|
||||
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/jre
|
||||
export PTII=/home/enbewe/Coding/Ptolemy/ptII10.0.devel
|
||||
export ANT_HOME=/usr/share/ant
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[
|
||||
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
|
||||
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } },
|
||||
{ "keys": ["ctrl+space"], "command": "auto_complete" },
|
||||
]
|
|
@ -2,7 +2,7 @@
|
|||
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"fallback_encoding": "UTF-8",
|
||||
"font_size": 12,
|
||||
"font_size": 11,
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage"
|
||||
|
|
Loading…
Reference in a new issue