From 444f27401ceb7d1026b543956f1632c04140dde0 Mon Sep 17 00:00:00 2001 From: Kerem Date: Sat, 9 Nov 2024 16:58:13 +0100 Subject: [PATCH] Vim plugin manager update, and added alt+tab to i3 --- dotfiles/i3/config | 4 ++++ programs/vim/vim.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dotfiles/i3/config b/dotfiles/i3/config index 618a7ab..034e014 100644 --- a/dotfiles/i3/config +++ b/dotfiles/i3/config @@ -268,6 +268,10 @@ bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9 bindsym $mod+Shift+0 move container to workspace $ws10 + +# Back anmd forth Workspace Switching Alt+Tab +bindsym Mod1+Tab workspace back_and_forth + # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode diff --git a/programs/vim/vim.sh b/programs/vim/vim.sh index 6f8ef57..b22e536 100755 --- a/programs/vim/vim.sh +++ b/programs/vim/vim.sh @@ -24,6 +24,6 @@ install_vim() curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim - graphics_install_prompt "Vim installation complete" vim -c "PlugInstall | q | q" + graphics_install_prompt "Vim installation complete" }