Skip to content

Commit

Permalink
fix: don't prompt for ipython or R exit/save
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Apr 12, 2024
1 parent 21d554e commit a213e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/config/keymap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@ local function new_terminal_python()
end

local function new_terminal_r()
new_terminal 'R'
new_terminal 'R --no-save'
end

local function new_terminal_ipython()
new_terminal 'ipython'
new_terminal 'ipython --no-confirm-exit'
end

local function new_terminal_julia()
Expand Down

0 comments on commit a213e66

Please sign in to comment.