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:
parent
a87ba13157
commit
c6031e3a42
|
@ -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
|
||||
|
|
|
@ -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|→"
|
||||
|
|
Loading…
Reference in New Issue
Block a user