aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/floaterm.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2022-10-12 23:55:30 +0200
committersrdusr <trevorgray@srdusr.com>2022-10-12 23:55:30 +0200
commitc349d1f7998d97f60d3a3945ce8da166b33bf1c8 (patch)
tree44c5e071849d1b8cf1a7ad398ead42cfe75d6585 /nvim/lua/plugins/floaterm.lua
downloaddotfiles-c349d1f7998d97f60d3a3945ce8da166b33bf1c8.tar.gz
dotfiles-c349d1f7998d97f60d3a3945ce8da166b33bf1c8.zip
Initial commit
Diffstat (limited to 'nvim/lua/plugins/floaterm.lua')
-rw-r--r--nvim/lua/plugins/floaterm.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/lua/plugins/floaterm.lua b/nvim/lua/plugins/floaterm.lua
new file mode 100644
index 0000000..ea554af
--- /dev/null
+++ b/nvim/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'
+]])