From ed1e7902268beeb4bfa25c58f3c6e0ab46a5393d Mon Sep 17 00:00:00 2001 From: Dominik Madarasz Date: Tue, 21 May 2024 22:12:30 +0000 Subject: [PATCH] auto --- nvim/.config/nvim/lua/zak/set.lua | 1 - tmux/.tmux.conf | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/zak/set.lua b/nvim/.config/nvim/lua/zak/set.lua index 0c1e2e0..2c9ad6e 100644 --- a/nvim/.config/nvim/lua/zak/set.lua +++ b/nvim/.config/nvim/lua/zak/set.lua @@ -1,4 +1,3 @@ -vim.opt.mouse = "" vim.opt.guicursor = "" vim.opt.nu = true diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 019cee8..f35da67 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -21,3 +21,4 @@ bind -r j select-pane -D bind -r h select-pane -L bind -r l select-pane -R +set -g mouse on