paste toggle
This commit is contained in:
parent
41e881b72b
commit
a1d22a55fe
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -2,6 +2,8 @@
|
||||||
set noswapfile
|
set noswapfile
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
|
|
||||||
|
" paste toggle
|
||||||
|
nmap <leader>p :set paste!<CR>
|
||||||
" special chars
|
" special chars
|
||||||
nmap <leader>l :set list!<CR>
|
nmap <leader>l :set list!<CR>
|
||||||
set listchars=tab:▸\ ,eol:¬
|
set listchars=tab:▸\ ,eol:¬
|
||||||
|
|
Loading…
Reference in a new issue