Skip to content

Commit

Permalink
Defined LocalLeader (as \)
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Jan 14, 2012
1 parent 4497825 commit 8aa97c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ nnoremap ` '
" Leader keys " Leader keys
let mapleader = "," let mapleader = ","
let g:mapleader = ","
let maplocalleader = "\\"
let g:maplocalleader = "\\"


" pastetoggle " pastetoggle
set pastetoggle=<C-L>p set pastetoggle=<C-L>p
Expand Down

0 comments on commit 8aa97c8

Please sign in to comment.