Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Vim: set map{,local}leader to comma
Browse files Browse the repository at this point in the history
  • Loading branch information
scy committed Jun 6, 2019
1 parent 2ce98e3 commit 1ff526c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vim/vimrc
Expand Up @@ -5,6 +5,10 @@ filetype plugin on
syntax on
set encoding=utf-8

" Leader character for mappings.
let mapleader=","
let maplocalleader=","

" In the viminfo state file, store file marks and unlimited register contents.
" Search, command line and input history size are defined via 'history'.
" Also, put the viminfo file in ~/.vim, not directly in the home directory.
Expand Down

0 comments on commit 1ff526c

Please sign in to comment.