File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -960,6 +960,7 @@ function jgrep() {
960960 cat ~ /dev/rake-routes | grep " $1 "
961961}
962962
963+ [[ -s /Users/andrewray/.rsvm/rsvm.sh ]] && . /Users/andrewray/.rsvm/rsvm.sh # This loads RSVM
963964
964965# aliased to "sw"
965966# Easily checkout git branches, listed from a dialog menu
Original file line number Diff line number Diff line change @@ -1488,6 +1488,7 @@ Project '~/dev/jarvis' , 'jarvis'
14881488Project ' ~/dev/devise-two-factor/demo' , ' devise-two-factor-demo'
14891489Project ' ~/workerbee/OpusWeb/mvp_webpack' , ' bee site'
14901490Project ' ~/rails-tutorial' , ' rails tutorial'
1491+ Project ' ~/closed-source-projects' , ' closed source projects'
14911492
14921493
14931494" ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1313 // https://github.com/sashaweiss/vscode_block_travel/blob/ba6cedc998a82d054ad499c8a96dffac4ca0aef7/package.json#L45
1414 { "key" : " shift+alt+down" , "command" : " editor.action.copyLinesDownAction" ,
1515 "when" : " editorTextFocus && !editorReadonly" },
16- { "key" : " shift+alt+up" , "command" : " block-travel.selectUp " ,
16+ { "key" : " shift+alt+up" , "command" : " editor.action.copyLinesUpAction " ,
1717 "when" : " editorTextFocus" },
1818 { "key" : " alt+down" , "command" : " editor.action.moveLinesDownAction" ,
1919 "when" : " editorTextFocus && !editorReadonly" },
Original file line number Diff line number Diff line change 11// Place your settings in this file to overwrite the default settings
22{
3- "workbench.colorTheme" : " Vibrant_Ink " ,
3+ "workbench.colorTheme" : " Default Light+ " ,
44 "eslint.enable" : true ,
55 "javascript.validate.enable" : false ,
66 "editor.rulers" : [80 ],
6464 "indentRainbow.error_color" : " " ,
6565
6666 "editor.renderWhitespace" : " none" ,
67+ "workbench.panel.location" : " bottom" ,
6768}
You can’t perform that action at this time.
0 commit comments