diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-06-10 18:34:59 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-06-10 18:34:59 +0200 |
| commit | 84b22f90ac8407f607e96b8603a55b2bff567cda (patch) | |
| tree | 53f209b85c82f823a27b981a3617aeee67395990 /config/python/startup.py | |
| parent | b819974163fe9d3b268d3f6b8fe6f56d800b1a73 (diff) | |
| download | dotfiles-84b22f90ac8407f607e96b8603a55b2bff567cda.tar.gz dotfiles-84b22f90ac8407f607e96b8603a55b2bff567cda.tar.bz2 dotfiles-84b22f90ac8407f607e96b8603a55b2bff567cda.zip | |
Added vim plugin to move arguments sideways, Added vim pluggin to split arguments on multiple lines
Diffstat (limited to 'config/python/startup.py')
| -rw-r--r-- | config/python/startup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/python/startup.py b/config/python/startup.py index 900a568..0ac908e 100644 --- a/config/python/startup.py +++ b/config/python/startup.py @@ -60,5 +60,5 @@ def register_readline(): sys.__interactivehook__ = register_readline -sys.ps1 = "> " -sys.ps2 = ". " +# sys.ps1 = "> " +# sys.ps2 = ". " |
