Basic vim settings, plugins

This commit is contained in:
2020-02-19 06:28:27 +00:00
parent d57c7b822e
commit 55adf58a00
31 changed files with 11 additions and 2818 deletions

View File

@@ -1,10 +0,0 @@
#!/bin/bash
#start-htop.sh
#
#i3 move to workspace number $ws95;i3 floating enable;i3 resize set height 700;i3 resize set width 1000;i3 move position center && i3-sensible-terminal -e htop;
(urxvt -hold -e htop && i3 move to workspace number $ws95 && i3 floating enable && i3 resize set height 700 && i3 resize set width 1000 && i3 move position center)