Remove redundant whitespace
This commit is contained in:
parent
eb2488bfd1
commit
6ad84a2d58
1 changed files with 7 additions and 7 deletions
14
vimrc
14
vimrc
|
@ -23,21 +23,21 @@ endif
|
|||
|
||||
nmap <space> <leader>
|
||||
|
||||
inoremap <C-BS> <C-W>
|
||||
inoremap <C-BS> <C-W>
|
||||
inoremap <F12> <C-\><C-O>:w<CR>
|
||||
inoremap <down> <nop>
|
||||
inoremap <left> <nop>
|
||||
inoremap <down> <nop>
|
||||
inoremap <left> <nop>
|
||||
inoremap <right> <nop>
|
||||
inoremap <up> <nop>
|
||||
inoremap <up> <nop>
|
||||
|
||||
nnoremap <F10> :put =strftime('%FT%T%z')<CR>
|
||||
nnoremap <F11> :Goyo<bar>:Limelight!!<CR>
|
||||
nnoremap <F12> :w<CR>
|
||||
nnoremap <F7> :setlocal spell! spelllang=en_gb<CR>
|
||||
nnoremap <down> <nop>
|
||||
nnoremap <left> <nop>
|
||||
nnoremap <down> <nop>
|
||||
nnoremap <left> <nop>
|
||||
nnoremap <right> <nop>
|
||||
nnoremap <up> <nop>
|
||||
nnoremap <up> <nop>
|
||||
nnoremap gB :bprevious<CR>
|
||||
nnoremap gb :bnext<CR>
|
||||
|
||||
|
|
Loading…
Reference in a new issue