Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 255 Bytes

File metadata and controls

11 lines (9 loc) · 255 Bytes

open.nvim

Neovim plugin to configure keymaps for selecting an item and open it's corresponding URL.

local open = require("open")

open.set_keymap("<leader>bm", {
  google = "https://google.com",
  ["reddit board"] = "https://reddit.com",
})