mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
sync: from Windows
This commit is contained in:
parent
485d7eada5
commit
37a710c675
5 changed files with 36 additions and 664 deletions
|
|
@ -29,3 +29,7 @@ function cdls { param( [string] $dirname) Set-Location $dirname && Get-ChildItem
|
|||
# Python & Conda #
|
||||
Set-Alias "py" "python"
|
||||
Set-Alias "ipy" "ipython"
|
||||
|
||||
if ($isWindows) {
|
||||
function kex { wsl -d kali-linux kex --sl -s }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ noremap <leader>tx testing.cancelTestRun
|
|||
" <leader>h : +help
|
||||
|
||||
" <leader>c : +code
|
||||
noremap <leader>cr coderunner.run
|
||||
noremap <leader>cr code-runner.run
|
||||
noremap <leader>cf editor.action.formatDocument
|
||||
noremap <leader>c<leader> editor.action.trimTrailingWhitespace
|
||||
noremap <leader>cs workbench.action.gotoSymbol
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue