My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit e3f0a65bb8222bc27e183f09cb3f07b956e76b4f
Parent: b92345edf30ced8000ee8abbb8fba6ef7d172fae
Author: mcol <mcol@posteo.net>
Date: 2019-04-24 09:39:08 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2019-04-24 09:39:08 +0100

html vim file, disabled bsptm

tmux.conf Modified

@@ -9,8 +9,8 @@
 bind r source-file ~/.tmux.conf
 bind C-l send-keys 'C-l'
 bind C-a send-keys 'C-a'
-bind-key | split-window -hb \; run-shell "~/.vim/bundle/vim-misc/bsptm"
-set-hook -g pane-exited 'run-shell "~/.vim/bundle/vim-misc/bsptm"'
+#bind-key | split-window -hb \; run-shell "~/.vim/bundle/vim-misc/bsptm"
+#set-hook -g pane-exited 'run-shell "~/.vim/bundle/vim-misc/bsptm"'
 
 # general settings
 set -g default-terminal "rxvt-unicode-256color"

ftplugin/html.vim Added

@@ -0,0 +1,3 @@
+setlocal tabstop=2
+setlocal softtabstop=2
+setlocal shiftwidth=2