Skip to content

Commit c39a9ab

Browse files
etiennerichartsebastinas
authored andcommitted
Add info on how to set default external editors
1 parent 077a837 commit c39a9ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bpython/sample-config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
# color_scheme = default
3737

3838
# External editor to use for editing the current line, block, or full history
39+
# Examples: vi (vim)
40+
# code --wait (VS Code) - in VS Code use the command pallete to:
41+
# Shell Command: Install 'code' command in PATH
42+
# atom -nw (Atom)
3943
# Default is to try $EDITOR and $VISUAL, then vi - but if you uncomment
4044
# the line below that will take precedence
4145
# editor = vi

0 commit comments

Comments
 (0)