diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-24 21:39:05 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-24 21:39:05 +0100 |
commit | 7c84da3d6b024fcee78f66aea8e7272dea6e6ffb (patch) | |
tree | ddb305868000375db5c4195a9482449221b8132b /vim/vimrc | |
parent | 40c619d2aacbef03a6c9814fd635474768749da1 (diff) |
more vim tweaks - gone minima!
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |