Skip to content

Commit 5a3b3ae

Browse files
committed
some stuff
1 parent f496730 commit 5a3b3ae

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,7 @@ Project '~/dev/jarvis' , 'jarvis'
14881488
Project '~/dev/devise-two-factor/demo' , 'devise-two-factor-demo'
14891489
Project '~/workerbee/OpusWeb/mvp_webpack', 'bee site'
14901490
Project '~/rails-tutorial' , 'rails tutorial'
1491+
Project '~/closed-source-projects' , 'closed source projects'
14911492

14921493

14931494
"------------------------------------------------------------------------------

code/keybindings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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" },

code/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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],
@@ -64,4 +64,5 @@
6464
"indentRainbow.error_color": "",
6565

6666
"editor.renderWhitespace": "none",
67+
"workbench.panel.location": "bottom",
6768
}

0 commit comments

Comments
 (0)