Vim plugin manager update, and added alt+tab to i3

master
Kynsight 7 months ago
parent b631451121
commit 444f27401c

@ -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+9 move container to workspace $ws9
bindsym $mod+Shift+0 move container to workspace $ws10 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) # resize window (you can also use the mouse for that)
mode "resize" { mode "resize" {
# These bindings trigger as soon as you enter the resize mode # These bindings trigger as soon as you enter the resize mode

@ -24,6 +24,6 @@ install_vim()
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.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" vim -c "PlugInstall | q | q"
graphics_install_prompt "Vim installation complete"
} }

Loading…
Cancel
Save