This commit is contained in:
Klesh Wong 2020-06-20 10:32:33 +08:00
parent c1d98d3a73
commit 09c60621f6
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{
"npm.binPath": "yarn",
"python.linting.enable": true,
"python.linting.flake8Enabled": true,
"explorer.icon.enableNerdfont": true,
"explorer.width": 30

View File

@ -50,7 +50,15 @@ noremap <C-b> <Left>
vnoremap <leader>p "_dP
nnoremap <leader>q :qall<CR>
nnoremap <leader>1 :b1
nnoremap <leader>1 :b1<CR>
nnoremap <leader>2 :b2<CR>
nnoremap <leader>3 :b3<CR>
nnoremap <leader>4 :b4<CR>
nnoremap <leader>5 :b5<CR>
nnoremap <leader>w :w<CR>
nnoremap <leader><Esc> :noh<return><esc>
inoremap <C-w> <esc><C-w>
" trailing spaces