diff options
author | Chris <[email protected]> | 2020-05-10 16:20:02 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-10 16:20:02 -0400 |
commit | 5977c59876bd41de06461b81b6758dafe097faed (patch) | |
tree | 1a5746674d9a6d38bbb65ac29d4357cf43978088 /plug-config/floaterm.vim | |
parent | dd8fa942f44cf9d7f37c2444dc02994b6abdf9af (diff) |
lots of good stuff
Diffstat (limited to 'plug-config/floaterm.vim')
-rw-r--r-- | plug-config/floaterm.vim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plug-config/floaterm.vim b/plug-config/floaterm.vim new file mode 100644 index 00000000..b0ee674c --- /dev/null +++ b/plug-config/floaterm.vim @@ -0,0 +1,8 @@ + +" let g:floaterm_wintype='normal' +" let g:floaterm_height=6 + +let g:floaterm_keymap_toggle = '<F1>' +let g:floaterm_keymap_next = '<F2>' +let g:floaterm_keymap_prev = '<F3>' +let g:floaterm_keymap_new = '<F4>' |