]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Fix: Switch leader key to ";"
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 4 Nov 2024 17:02:00 +0000 (14:02 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 4 Nov 2024 17:02:00 +0000 (14:02 -0300)
vimrc.dot.link

index bb47f89bcf5493c0f250f967cc36b3ccdeafaf59..4f027fb0bf2230081194176e17396ebd6217f398 100644 (file)
@@ -21,7 +21,8 @@ set ignorecase
 set smartcase
 set timeoutlen=1000
 "let mapleader="-"
-let mapleader=" "
+"let mapleader=" "
+let mapleader=";"
 " }}}
 
 " Filetype and syntax handling {{{