home: vim: add 'plugin' directory
This commit is contained in:
parent
1e6a5401ec
commit
6ea69fae87
12 changed files with 186 additions and 0 deletions
6
home/vim/plugin/mappings/leader.vim
Normal file
6
home/vim/plugin/mappings/leader.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
" 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