summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-24 21:39:05 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-24 21:39:05 +0100
commit7c84da3d6b024fcee78f66aea8e7272dea6e6ffb (patch)
treeddb305868000375db5c4195a9482449221b8132b /vim/vimrc
parent40c619d2aacbef03a6c9814fd635474768749da1 (diff)
more vim tweaks - gone minima!
Diffstat (limited to '')
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 9f3c3ee..d25cd9b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -72,10 +72,6 @@ cnoremap <right> <Nop>
" https://github.com/dracula/vim/issues/161
"packadd! dracula | colorscheme dracula
-" leader
-let maplocalleader = "\\"
-let mapleader = ","
-
" ignore wrapping. you can move to the visual start of end of a line with `g0`
" and `g$`, respectively.
noremap j gj