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