-- Based on https://github.com/ALT-F4-LLC/thealtf4stream.nvim/blob/main/lua/TheAltF4Stream/floaterm.lua. local nmap = require "opdavies.keymap".nmap nmap { "ld", "FloatermNew --autoclose=2 --height=0.9 --width=0.9 lazydocker" } nmap { "lg", "FloatermNew --autoclose=2 --height=0.9 --width=0.9 lazygit" } nmap { "nn", "FloatermNew --autoclose=2 --height=0.75 --width=0.75 nnn -Hde" } nmap { "tt", "FloatermNew --autoclose=2 --height=0.9 --width=0.9 zsh" }