Skip to content

Commit

Permalink
add more Leader commend
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Feb 21, 2020
1 parent 9a9cfa3 commit 253d89f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvim/vscode.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ nnoremap ., :<C-u>call VSCodeNotify('editor.action.commentLine')<CR>
nnoremap <Leader>s :<C-u>call VSCodeNotify('extension.dash.specific')<CR>
nnoremap <Leader>d :<C-u>call VSCodeNotify('extension.macDictionary.lookup')<CR>
nnoremap <Leader>f :<C-u>call VSCodeNotify('workbench.action.findInFiles')<CR>
nnoremap <Leader>r :<C-u>call VSCodeNotify('workbench.action.replaceInFiles')<CR>
nnoremap <Leader>e :<C-u>call VSCodeNotify('workbench.view.extensions')<CR>
nnoremap <Leader>b :<C-u>call VSCodeNotify('workbench.view.explorer')<CR>
nnoremap <Leader>g :<C-u>call VSCodeNotify('workbench.view.scm')<CR>
nnoremap <Leader>t :<C-u>call VSCodeNotify('workbench.action.terminal.focus')<CR>
Expand Down

0 comments on commit 253d89f

Please sign in to comment.