commit cd99000fb09d0f0a9f117c07958a052f1038c0e7
parent 2d8e0fb71d764f15fbf46b8eb62cbdc34ea0a5dd
Author: andersuno <anders.hedman01@gmail.com>
Date: Fri, 3 Jan 2020 02:06:58 +0100
Changes to be committed:
modified: .bashrc
modified: .config/terminator/config
modified: .vimrc
Diffstat:
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/.bashrc b/.bashrc
@@ -46,7 +46,8 @@ fi
#\e[46m = Turquoise
#\e[47m = Light Gray
-set -o vi
+#Vi mode
+#set -o vi
PATH=$PATH:/usr/sbin
PATH=$PATH:/home/anders/.vim/bundle
diff --git a/.config/terminator/config b/.config/terminator/config
@@ -1,6 +1,7 @@
[global_config]
[keybindings]
help = F11
+ layout_launcher = None
[layouts]
[[default]]
[[[child1]]]
diff --git a/.vimrc b/.vimrc
@@ -74,6 +74,12 @@ set wildmenu
:command Q q
:command W w
:command WQ wq
+inoremap "" ""<Left>
+inoremap '' ''<Left>
+inoremap () ()<Left>
+inoremap [] []<Left>
+inoremap {} {}<Left>
+inoremap <> <><Left>
" Enable folding
set foldmethod=indent