summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2020-02-25 10:32:10 +0000
committerUrbain Vaes <urbain@vaes.uk>2020-02-25 10:32:10 +0000
commitcc688055484c2e17d776c5e7254b33e3f4d7816d (patch)
treedc88e8fe1a23f03e737cfcc22c93e108ee43bc8b
parent40cedc32101e1d33eca846ffd9add6aeb7745bbd (diff)
Update iron configuration
-rw-r--r--vim/.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index f58f6ee..4a3d951 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -149,6 +149,7 @@ if has("nvim")
nnoremap cpr :IronRepl<cr>
nmap yr <Plug>(iron-send-motion)
xmap R <Plug>(iron-send-motion)
+ nmap yp <Plug>(iron-repeat-cmd)
nmap yrr VR
lua << EOF
@@ -437,6 +438,7 @@ nnoremap ,cl :set background=light<cr>:colorscheme solarized<cr>
nnoremap ,cl :set background=dark<cr>:colorscheme solarized<cr>
nnoremap ,cs :colorscheme seoul256<cr>
nnoremap ,cn :colorscheme nord<cr>
+set notermguicolors
colo seoul256
"" Autocommands {{{1