From 077735dec4b2e2b0dbfea1e662303ce4ac2e2574 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 8 Mar 2021 21:02:35 -0500 Subject: use S instead of F11 for spell checking since i don't really have F keys anymore --- vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 6b37c4e..8142c83 100644 --- a/vimrc +++ b/vimrc @@ -19,9 +19,8 @@ let g:maplocalleader = ';' " M to :make {{{ noremap M :makek " }}} -" F11 for spell checking {{{ -noremap &spell ? ":\setlocal nospell\" : ":\setlocal spell\" -inoremap &spell ? "\:setlocal nospell\" : "\:setlocal spell\" +" S for spell checking {{{ +noremap S &spell ? ":\setlocal nospell\" : ":\setlocal spell\" " }}} " editing binary files {{{ nnoremap :%!xxd -- cgit v1.2.3-54-g00ecf