aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-04-20 11:11:45 +0100
committerMatthew Lemon <y@yulqen.org>2023-04-20 11:11:45 +0100
commitfc4c3f4317fa715b597bd103bde03913f97b2f7e (patch)
tree14a644ca763a46599e1f0558a1880609764910d4 /vim/vimrc
parent79ad1e633c4e84791eead8923c46788eb2ed4eac (diff)
Adds back shortcut to open vimrc
Diffstat (limited to '')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c617eaa..11e95a4 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -6,6 +6,9 @@ filetype plugin indent on "load plugin and indent files associated a detected fi
" one-line-per-sentence vimming...)
let @s = ")i\<BS>\<CR>\<Esc>"
+" Open vimrc
+nnoremap <leader>ev <C-w>s<C-w>j<C-w>L:e $MYVIMRC<cr>
+
" leader
let maplocalleader = "\\"
let mapleader = " "