From 37d80cc3d5a60175a8445cdfff2476d528a37e92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?= Date: Thu, 6 Mar 2025 21:55:53 +0100 Subject: [PATCH] Switch from ipython cpaste to bracketed paste in slime --- ftplugin/python.vim | 1 - init.vim | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 ftplugin/python.vim diff --git a/ftplugin/python.vim b/ftplugin/python.vim deleted file mode 100644 index 770987f..0000000 --- a/ftplugin/python.vim +++ /dev/null @@ -1 +0,0 @@ -let g:slime_python_ipython = 1 diff --git a/init.vim b/init.vim index ef49fd6..5b8d36f 100644 --- a/init.vim +++ b/init.vim @@ -61,6 +61,7 @@ let g:rainbow_active = 1 let g:slime_target = "tmux" let g:slime_paste_file = tempname() let g:slime_default_config = {"socket_name": get(split($TMUX, ","), 0), "target_pane": ":.2"} +let g:slime_bracketed_paste = 1 let mapleader = "," let maplocalleader = "_" -- 2.51.2