diff options
author | Julian Teu <julianteule@gmail.com> | 2018-05-07 17:53:57 +0200 |
---|---|---|
committer | Julian Teu <julianteule@gmail.com> | 2018-05-07 17:53:57 +0200 |
commit | 6e4a202efe99870e39e88bec3054c207175d33c5 (patch) | |
tree | 4df0af72c65da748c310cb1b7c9d2d6321219cbf | |
parent | edcdcb8c4add45a831c5fb29c946cdc082e597c0 (diff) |
Terminal transparency and tabs instead of spaces
-rw-r--r-- | .config/terminator/config | 4 | ||||
-rw-r--r-- | .vimrc | 6 | ||||
-rw-r--r-- | .zshrc | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/.config/terminator/config b/.config/terminator/config index 41d4574..1db5617 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -16,12 +16,16 @@ [profiles] [[default]] background_color = "#1e1e1e" + background_darkness = 0.93 + background_type = transparent cursor_color = "#ffffff" font = Ubuntu Mono derivative Powerline 13 foreground_color = "#ffffff" palette = "#050505:#b81109:#1cb228:#baa407:#2c5fad:#e35682:#16a085:#ffffff:#1c1b19:#e8160c:#24e534:#fcdf09:#408afc:#e02c6d:#1abc9c:#ebe3e3" scrollback_infinite = True + scrollbar_position = hidden show_titlebar = False + urgent_bell = True use_system_font = False [[Tomorddrow Night Eighties]] background_color = "#2d2d2d" @@ -41,8 +41,10 @@ colorscheme eldar syntax enable set number relativenumber -set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab - +set tabstop=4 +set shiftwidth=4 +set softtabstop=4 +set noexpandtab let g:deoplete#enable_at_startup = 1 @@ -139,3 +139,5 @@ if [[ "$SSH_AGENT_PID" == "" ]]; then eval "$(<~/.ssh-agent-thing)" fi +# Sæt sudo editor +export SUDO_EDITOR=nvim |