sync: from Windows

This commit is contained in:
js0ny 2024-12-19 20:08:33 +00:00
parent 485d7eada5
commit 37a710c675
5 changed files with 36 additions and 664 deletions

View file

@ -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 }
}

View file

@ -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