From 33a95d1b5ae5dca3a85888cc99e31dd0b1f27f97 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 5 Mar 2025 19:20:53 +0000 Subject: Add bindings for the sude mouse buttons and some options to the right click menu. --- init.vim | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 660baf4..30fff1f 100644 --- a/init.vim +++ b/init.vim @@ -273,8 +273,23 @@ noremap Α call OrdPrev() noremap € viba) -lua << EOF +noremap +noremap <2-X2Mouse> +noremap <3-X2Mouse> + +noremap +noremap <2-X1Mouse> +noremap <3-X1Mouse> + +noremap +menu 0.400 PopUp.Find\ References norm g[r +menu 0.400 PopUp.Find\ Implementers norm g[i +menu PopUp.Split :split +menu PopUp.VSplit :vsplit +menu PopUp.Close :q + +lua << EOF function open_terminal_on_directory() local buf = vim.api.nvim_get_current_buf() local bufname = vim.api.nvim_buf_get_name(buf) -- cgit