Moved lazygit from vim to tmux

This commit is contained in:
Christoffer Martinsson 2024-10-19 21:19:52 +02:00
parent a14cbc167b
commit 0384f0d726
2 changed files with 7 additions and 7 deletions

View File

@ -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',

View File

@ -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"