]> Untitled Git - vimfiles.git/commitdiff
Switch from ipython cpaste to bracketed paste in slime
authorPhilippe Hürlimann <p@hurlimann.org>
Thu, 6 Mar 2025 20:55:53 +0000 (21:55 +0100)
committerPhilippe Hürlimann <p@hurlimann.org>
Thu, 6 Mar 2025 20:55:53 +0000 (21:55 +0100)
ftplugin/python.vim [deleted file]
init.vim

diff --git a/ftplugin/python.vim b/ftplugin/python.vim
deleted file mode 100644 (file)
index 770987f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-let g:slime_python_ipython = 1
index ef49fd62c0499b6f52a552b701e1614a264b12f2..5b8d36fb7334b842e0cd6345394a3cf1ba664d0f 100644 (file)
--- 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 = "_"