Moved lazygit from vim to tmux
This commit is contained in:
parent
a14cbc167b
commit
0384f0d726
@ -502,12 +502,12 @@ require('lazy').setup({
|
||||
|
||||
{ 'numToStr/Comment.nvim', opts = {} },
|
||||
|
||||
{
|
||||
"kdheepak/lazygit.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- "kdheepak/lazygit.nvim",
|
||||
-- dependencies = {
|
||||
-- "nvim-lua/plenary.nvim",
|
||||
-- },
|
||||
-- },
|
||||
|
||||
-- {
|
||||
-- 'akinsho/toggleterm.nvim',
|
||||
|
||||
@ -36,7 +36,7 @@ bind -n M-l run "($is_vim && tmux send-keys M-l) || tmux resize-pane -R 1"
|
||||
bind '"' split-window -v -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
|
||||
bind -n C-g display-popup -E "lazygit"
|
||||
bind -n C-g display-popup -d "#{pane_current_path}" -E -w 90% -h 90% "lazygit"
|
||||
|
||||
set-option -g status-position bottom
|
||||
set-option -g default-terminal "tmux-256color"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user