Skip to content

Commit

Permalink
tmux: add vim/tmux navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Attamusc committed Feb 14, 2023
1 parent 399b0d3 commit 234bec7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dot_config/nvim/lua/atta/plugins/tmux-navigator.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
local M = {
"christoomey/vim-tmux-navigator",
}

return M
3 changes: 3 additions & 0 deletions dot_tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ bind-key q confirm-before kill-session
bind-key n command-prompt 'rename-window "%%"'
bind-key N command-prompt 'rename-session "%%"'

bind-key h split-window -h
bind-key v split-window -v

bind-key r source-file $HOME/.tmux.conf \; display "Config Reload!"

# Set tmux status bar to show at the top of the screen
Expand Down

0 comments on commit 234bec7

Please sign in to comment.