diff --git a/views/index.hbs b/views/index.hbs
index 09a04ae..152bd06 100644
--- a/views/index.hbs
+++ b/views/index.hbs
@@ -10,6 +10,7 @@
+
@@ -19,6 +20,8 @@
.CodeMirror {
border: 1px solid #eee;
height: auto;
+ border-top: 1px solid black;
+ border-bottom: 1px solid black;
}
@@ -37,7 +40,8 @@
matchBrackets: true,
showCursorWhenSelecting: true,
viewportMargin: Infinity,
- tabSize: 4
+ tabSize: 4,
+ styleActiveLine: true
});
// Add my .vimrc stuff.
CodeMirror.Vim.map('jj', '', 'insert')