Remove whitespace shortcut
This commit is contained in:
parent
5720cc12ce
commit
b01d9345d8
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ set smartcase
|
||||||
" Whitespaces
|
" Whitespaces
|
||||||
set listchars=tab:>-,trail:·
|
set listchars=tab:>-,trail:·
|
||||||
set list
|
set list
|
||||||
:nnoremap <silent> <F5> :let _s=@/<Bar>:%s/\s\+$//e<Bar>:let @/=_s<Bar>:nohl<CR>
|
|
||||||
|
|
||||||
" Terminal mode
|
" Terminal mode
|
||||||
:tnoremap <Esc> <C-\><C-n>
|
:tnoremap <Esc> <C-\><C-n>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue