diff options
Diffstat (limited to 'lua/plugins/floaterm.lua')
| -rw-r--r-- | lua/plugins/floaterm.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/plugins/floaterm.lua b/lua/plugins/floaterm.lua new file mode 100644 index 0000000..ea554af --- /dev/null +++ b/lua/plugins/floaterm.lua @@ -0,0 +1,6 @@ +vim.cmd([[ + let g:floaterm_keymap_new = '<leader>t' + let g:floaterm_keymap_prev = '<leader>tn' + let g:floaterm_keymap_next = '<leader>tp' + let g:floaterm_keymap_toggle = '<leader>tt' +]]) |
