summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-08-21 11:46:03 +0200
committerJoe <rrbo@proton.me>2023-08-21 11:46:03 +0200
commitbe514bfaeebc2b210f19bf969e4a16b5f79752c4 (patch)
tree9d6dec6d5660df60e9365327d9ac46b689ab5148 /.config
parentu (diff)
downloaddotfiles-bsd-be514bfaeebc2b210f19bf969e4a16b5f79752c4.tar.gz
dotfiles-bsd-be514bfaeebc2b210f19bf969e4a16b5f79752c4.tar.bz2
dotfiles-bsd-be514bfaeebc2b210f19bf969e4a16b5f79752c4.tar.xz
dotfiles-bsd-be514bfaeebc2b210f19bf969e4a16b5f79752c4.tar.zst
dotfiles-bsd-be514bfaeebc2b210f19bf969e4a16b5f79752c4.zip
up
Diffstat (limited to '')
-rw-r--r--.config/nvim/plug.vim3
-rw-r--r--.config/tmux/tmux.conf10
2 files changed, 13 insertions, 0 deletions
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"