neovim으로 다시 돌아감
This commit is contained in:
@@ -3,7 +3,7 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'mattdavis90/base16-tmux'
|
||||
set -g @plugin 'dracula/tmux'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
@@ -12,12 +12,11 @@ set-option -g @pane_resize "1"
|
||||
set -g @yank_selection_mouse 'clipboard'
|
||||
|
||||
set -g mouse on
|
||||
set -g default-terminal screen-256color
|
||||
set -g default-terminal "screen-256color"
|
||||
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
||||
|
||||
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
||||
|
||||
set -g @colors-base16 'tomorrow'
|
||||
|
||||
# bind -n End send-key C-e
|
||||
# bind -n Home send-key C-a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user