Added go.nvim, updated ts script to accept a session argument

This commit is contained in:
Michael Housh
2023-10-01 11:28:24 -04:00
parent 7c5c642ae5
commit 660ff7d94d
9 changed files with 52 additions and 11 deletions

View File

@@ -64,7 +64,6 @@ bind -T prefix l select-pane -R
bind -n S-Left previous-window
bind -n S-Right next-window
# reload new changes
bind-key R source-file ~/.config/tmux/tmux.conf\; \display-message "source-file done"