You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
221 B
Lua
4 lines
221 B
Lua
2 years ago
|
|
||
|
-- previous binding
|
||
|
-- runs selected code in FSI, exit fsi with "i<cr>" after done scrolling/viewing
|
||
|
vim.keymap.set('v', '<A-CR>', 'y:new<CR>:term<CR>idotnet fsi <CR><C-\\><C-n>pGA;;<CR>#quit;;<CR>exit<CR><C-\\><C-n>G')
|