diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-02-20 12:51:25 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-02-20 12:51:25 +0000 |
commit | 40cedc32101e1d33eca846ffd9add6aeb7745bbd (patch) | |
tree | 9f37a33a892403050d9ebf8b4ec33f27950b4a2a /vim | |
parent | 361b6cd44adf12a9f2f36e4ac00bb373a7a5aae7 (diff) |
Update things
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -104,7 +104,6 @@ call plug#end() " Toggles nnoremap cpg :GitGutterToggle<cr> -nnoremap cpr :IronRepl<cr> nnoremap cpn :NERDTreeToggle<cr> nnoremap cpt :TagbarToggle<cr> nnoremap cpu :GundoToggle<cr> @@ -147,6 +146,7 @@ xnoremap <silent> gh :Heytmux!<cr> if has("nvim") let g:iron_map_defaults=0 let g:iron_map_extended=0 + nnoremap cpr :IronRepl<cr> nmap yr <Plug>(iron-send-motion) xmap R <Plug>(iron-send-motion) nmap yrr VR @@ -273,6 +273,7 @@ let g:vimtex_syntax_enabled=1 " Pilot let g:pilot_boundary='ignore' let g:pilot_mode='wintab' +" let g:pilot_split_or_new='new' " let g:pilot_key_h='<a-h>' " let g:pilot_key_j='<a-j>' " let g:pilot_key_k='<a-k>' |