From: Philippe Hürlimann Date: Thu, 6 Mar 2025 20:55:53 +0000 (+0100) Subject: Switch from ipython cpaste to bracketed paste in slime X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=37d80cc3d5a60175a8445cdfff2476d528a37e92;p=vimfiles.git Switch from ipython cpaste to bracketed paste in slime --- 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 = "_"