Compare commits
No commits in common. "11147970401a23cf5158fa60e81eb938c2f76267" and "1f5f04cef13cd5b84ac59418a2dc15e7558dec82" have entirely different histories.
1114797040
...
1f5f04cef1
@ -31,7 +31,7 @@ setnx('<leader>of', '<CMD>enew<CR>', 'Open new file')
|
|||||||
setnx('<leader>ow', '<CMD>Telescope workspaces', 'Open workspace')
|
setnx('<leader>ow', '<CMD>Telescope workspaces', 'Open workspace')
|
||||||
setnx('<leader>ol', '<CMD>Lazy<CR>', 'Open Lazy')
|
setnx('<leader>ol', '<CMD>Lazy<CR>', 'Open Lazy')
|
||||||
setnx('<leader>om', '<CMD>Mason<CR>', 'Open Mason')
|
setnx('<leader>om', '<CMD>Mason<CR>', 'Open Mason')
|
||||||
setnx('<leader>oc', '<CMD>cd ' .. vim.fn.stdpath('config') .. '<CR><CMD>Oil .<CR>', 'Open neovim configuration')
|
setnx('<leader>oc', '<CMD>cd ' .. vim.fn.stdpath('config') .. '<CR><CMD>Oil<CR>', 'Open neovim configuration')
|
||||||
setnx('<leader>og', neogit.open, 'Open (neo)git')
|
setnx('<leader>og', neogit.open, 'Open (neo)git')
|
||||||
|
|
||||||
-- Exit terminal mode with ESC
|
-- Exit terminal mode with ESC
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# set -g @rose_pine_variant 'main' # Options are 'main', 'moon' or 'dawn'
|
set -g @rose_pine_variant 'main' # Options are 'main', 'moon' or 'dawn'
|
||||||
# List of plugins
|
# List of plugins
|
||||||
#set -g @plugin 'tmux-plugins/tmux-sensible'
|
#set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
# set -g @plugin 'arcticicestudio/nord-tmux'
|
#set -g @plugin 'arcticicestudio/nord-tmux'
|
||||||
# set -g @plugin 'rose-pine/tmux'
|
set -g @plugin 'rose-pine/tmux'
|
||||||
# set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
# set -ga terminal-overrides ",alacritty:Tc"
|
# set -ga terminal-overrides ",alacritty:Tc"
|
||||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
set -ga terminal-overrides ",xterm-256color:Tc"
|
||||||
@ -20,17 +20,12 @@ bind-key j select-pane -D
|
|||||||
bind-key k select-pane -U
|
bind-key k select-pane -U
|
||||||
bind-key l select-pane -R
|
bind-key l select-pane -R
|
||||||
|
|
||||||
set -g status-style "bg=default"
|
|
||||||
set -g status-position top
|
|
||||||
set -g window-status-current-style "fg=yellow"
|
|
||||||
set -g window-status-style "fg=magenta"
|
|
||||||
set -g base-index 1
|
|
||||||
# Other examples:
|
# Other examples:
|
||||||
# set -g @plugin 'github_username/plugin_name'
|
# set -g @plugin 'github_username/plugin_name'
|
||||||
# set -g @plugin 'git@github.com:user/plugin'
|
# set -g @plugin 'git@github.com:user/plugin'
|
||||||
# set -g @plugin 'git@bitbucket.com:user/plugin'
|
# set -g @plugin 'git@bitbucket.com:user/plugin'
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
# run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
#run-shell "tmux source-file ~/.local/share/tinted-theming/tinty/repos/tinted-tmux/colors/base16-$BASE16_THEME.conf"
|
#run-shell "tmux source-file ~/.local/share/tinted-theming/tinty/repos/tinted-tmux/colors/base16-$BASE16_THEME.conf"
|
||||||
|
|
||||||
set -g prefix None
|
set -g prefix None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user