From be514bfaeebc2b210f19bf969e4a16b5f79752c4 Mon Sep 17 00:00:00 2001
From: Joe <rrbo@proton.me>
Date: Mon, 21 Aug 2023 11:46:03 +0200
Subject: up

---
 .config/nvim/plug.vim  |  3 +++
 .config/tmux/tmux.conf | 10 ++++++++++
 2 files changed, 13 insertions(+)

diff --git a/.config/nvim/plug.vim b/.config/nvim/plug.vim
index 8b03e57..bc2cda0 100644
--- a/.config/nvim/plug.vim
+++ b/.config/nvim/plug.vim
@@ -35,4 +35,7 @@ Plug 'vim-scripts/grep.vim'
 Plug 'voldikss/fzf-floaterm'
 Plug 'voldikss/vim-floaterm'
 Plug 'chrisbra/csv.vim'
+Plug 'nvim-telescope/telescope.nvim'
+Plug 'nvim-lua/plenary.nvim'
+Plug 'ThePrimeagen/harpoon'
 call plug#end()
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 07b847a..797387b 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -1,8 +1,18 @@
 set-option -sa terminal-overrides ",xterm*:Tc"
+set-option -g default-shell /bin/zsh
+
 bind h select-pane -L
 bind j select-pane -D
 bind k select-pane -U
 bind l select-pane -R
+bind C-h select-pane -L
+bind C-j select-pane -D
+bind C-k select-pane -U
+bind C-l select-pane -R
+bind C-c new-window
+bind C-n next-window
+bind C-p previous-window
+
 ## COLORSCHEME: gruvbox dark (medium)
 set-option -g status "on"
 
-- 
cgit v1.2.3