Hiding indent lines in vim.
This commit is contained in:
parent
9903d67ca6
commit
ef33b91b22
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ nmap <C-a> :Files ~<CR>
|
|||
|
||||
map <leader>b <Esc>:set cc=79<CR>
|
||||
map <leader>nb <Esc>:set cc=0<CR>
|
||||
map <leader>n <Esc>:set nonumber!<CR>
|
||||
map <leader>n <Esc>:set nonumber!<CR>:IndentLinesToggle<CR>
|
||||
map <leader>p <Esc>:set paste!<CR>
|
||||
|
||||
set bg=dark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue