this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nvim: gbrowse shortcut

+2
+2
vim/astronvim/init.lua
··· 174 174 vim.keymap.set("n", "<leader>w/", ":vsp<CR>") 175 175 vim.keymap.set("n", "<leader>w?", ":sp<CR>") 176 176 177 + vim.keymap.set("n", "<leader>go", ':exe "!gbrowse " . fnamemodify(expand(\"%\"), \":~:.\")<CR>') 178 + 177 179 vim.keymap.set("n", "<leader>gg", function() 178 180 astronvim.toggle_term_cmd("lazygit -ucf '/Users/sethetter/Library/Application Support/lazygit/config.yml'") 179 181 end)