Add vim-floaterm
This commit is contained in:
parent
f312e4d560
commit
728355ac1f
2 changed files with 6 additions and 0 deletions
4
after/plugin/floaterm.lua
Normal file
4
after/plugin/floaterm.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
local nmap = require "opdavies.keymap".nmap
|
||||
|
||||
nmap { "<leader>lg", "<cmd>FloatermNew --autoclose=2 --height=0.9 --width=0.9 lazygit<cr>" }
|
||||
nmap { "<leader>tt", "<cmd>FloatermNew --autoclose=2 --height=0.9 --width=0.9 zsh<cr>" }
|
Reference in a new issue