1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

ipython: disable mouse support

This commit is contained in:
bretello 2024-08-12 17:43:08 +02:00
parent a87ba13157
commit c6031e3a42
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
config = get_config()
config.TerminalInteractiveShell.editing_mode = "vi"
config.TerminalInteractiveShell.mouse_support = True # prevents from selecting text
# config.TerminalInteractiveShell.mouse_support = True # prevents from selecting text without modifiers such as shift
config.TerminalInteractiveShell.true_color = True
config.TerminalInteractiveShell.extra_open_editor_shortcuts = True

View File

@ -106,3 +106,11 @@ bind C customize-mode
bind-key -T copy-mode-vi n send-keys -X next-prompt
bind-key -T copy-mode-vi p send-keys -X previous-prompt
set-option -g update-environment SSH_AUTH_SOCK
# bind-key b copy-mode\;\
# send-keys -X start-of-line\;\
# send-keys -X search-backward "x|→"