nvim: keymappings: Change binding for creating workspace
Having it as <Leader>ws made the save binding <Leader>w slow. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
f0dc894593
commit
490210fb98
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ omap ah <Plug>(GitGutterTextObjectOuterPending)
|
|||
xmap ih <Plug>(GitGutterTextObjectInnerVisual)
|
||||
xmap ah <Plug>(GitGutterTextObjectOuterVisual)
|
||||
" For workspace
|
||||
nnoremap <Leader>ws :ToggleWorkspace<CR>
|
||||
nnoremap <Leader>ps :ToggleWorkspace<CR>
|
||||
" Quickfix & Location list mappings
|
||||
nnoremap qo :copen<CR>
|
||||
nnoremap qc :cclose<CR>
|
||||
|
|
Loading…
Reference in a new issue