From 457ce9e6017c081e02a566895fa1fe488cd87b9c Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Thu, 18 Jul 2024 09:07:05 +0100 Subject: Refactor plugins for lazy.nvim --- neovim/.config/nvim/lua/config/vimux.lua | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 neovim/.config/nvim/lua/config/vimux.lua (limited to 'neovim/.config/nvim/lua/config/vimux.lua') diff --git a/neovim/.config/nvim/lua/config/vimux.lua b/neovim/.config/nvim/lua/config/vimux.lua deleted file mode 100644 index 16348dc..0000000 --- a/neovim/.config/nvim/lua/config/vimux.lua +++ /dev/null @@ -1,15 +0,0 @@ -vim.g.VimuxUseNearest = 0 -vim.gVimuxResetSequence = "" - --- Prompt for a command to run -vim.keymap.set('', 'vp', 'VimuxPromptCommand', {}) --- Run last command executed by VimuxRunCommand -vim.keymap.set('', 'vl', 'VimuxRunLastCommand', {}) --- Inspect runner pane -vim.keymap.set('', 'vi', 'VimuxInspectRunner', {}) --- Close vim tmux runner opened by VimuxRunCommand -vim.keymap.set('', 'vq', 'VimuxCloseRunner', {}) --- Interrupt any command running in the runner pane -vim.keymap.set('', 'vx', 'VimuxPromptInterruptRunner', {}) --- Zoom the runner pane (use z to restore runner pane) -vim.keymap.set('', 'vz', 'call VimuxZoomRunner()', {}) -- cgit v1.2.3