summaryrefslogtreecommitdiff
path: root/core/vim.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core/vim.sh')
-rwxr-xr-xcore/vim.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/core/vim.sh b/core/vim.sh
index e82414a..883a75e 100755
--- a/core/vim.sh
+++ b/core/vim.sh
@@ -5,7 +5,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" || exit
cat << EOF >> /etc/vimrc
augroup netcat_clipboard
au!
- au TextYankPost * call system("openssl enc -aes-256-cbc -pbkdf2 -pass pass:YourPassword | nc -w 1 p.0nom.ch 5023", @")
+ au TextYankPost * call system("openssl enc -aes-256-cbc -pbkdf2 -pass pass:YourPassword | nc -w 1 p.noml.ch 5023", @")
augroup END
" Enable line wrapping
@@ -18,9 +18,9 @@ set breakindentopt=shift:1
syntax on
set mouse=a
set expandtab
-set shiftwidth=2
-set softtabstop=2
-set tabstop=2
+set shiftwidth=4
+set softtabstop=4
+set tabstop=4
set noautoindent
set nosmartindent
filetype plugin indent on
@@ -50,6 +50,8 @@ nnoremap <C-e> $
set number
setlocal regexpengine=2
set paste
+set foldcolumn=12
+
EOF