mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(shell): Use one keymaps for shell
This commit is contained in:
parent
68ff1bb357
commit
2346c13564
19 changed files with 530 additions and 265 deletions
|
|
@ -8,3 +8,6 @@
|
|||
# interactive session.
|
||||
|
||||
$env:IPYTHONDIR = "$env:AppData\ipython"
|
||||
$env:EDITOR = "code --wait"
|
||||
$env:VISUAL = "code --wait"
|
||||
$env:PAGER = "less"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue