home: vim: move leader mappings to 'init.vim'
This commit is contained in:
parent
8b570694cd
commit
b76af022bd
2 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +0,0 @@
|
|||
" Map leader to space (needs the noremap trick to avoid moving the cursor)
|
||||
nnoremap <Space> <Nop>
|
||||
let mapleader=" "
|
||||
|
||||
" Map localleader to '!' (if I want to filter text, I use visual mode)
|
||||
let maplocalleader="!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue