Skip to content

Commit

Permalink
Fix issue #47 - ptpyvim copy / paste usability issues
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 committed Mar 27, 2023
1 parent a6b39bb commit a885da9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions puren_tonbo/tools/ptpyvim.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ def edit(locations, password=None):
if os.path.exists(default_pyvimrc):
run_rc_file(editor, default_pyvimrc)

editor.enable_mouse_support = False # Works, may need to call; handle_command(editor, 'set nomouse')

# Load files and run.
editor.load_initial_files(locations)
editor.run()
Expand Down

0 comments on commit a885da9

Please sign in to comment.