aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-20 05:22:28 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-20 05:22:28 +0200
commit38fa5ec91d3ba275e7dfedd8d5d0e68dcfb1a553 (patch)
treecd0b164eaec08121ae1b0ce1484ffad7c424bb27
parentf0bc38802a7dd6fd1c39a900983e2edf893badee (diff)
downloaddotfiles-38fa5ec91d3ba275e7dfedd8d5d0e68dcfb1a553.tar.gz
Update vimrc
-rw-r--r--alacritty.yml2
-rw-r--r--tmux.conf4
-rw-r--r--vimrc2
3 files changed, 4 insertions, 4 deletions
diff --git a/alacritty.yml b/alacritty.yml
index 09c5bb7..bc7eb22 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -17,4 +17,4 @@ font:
17 17
18colors: 18colors:
19 primary: 19 primary:
20 background: "#121212" 20 background: "#111111"
diff --git a/tmux.conf b/tmux.conf
index 1b04b1d..dff5a95 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -20,9 +20,9 @@ set -g status-bg '#480b8e'
20set -g status-fg '#ffffff' 20set -g status-fg '#ffffff'
21 21
22# Set inactive/active window styles. 22# Set inactive/active window styles.
23set -g window-status-current-format "#[fg=#ffffff]#[bg=#121212]#[fg=#ffffff]#[bg=#121212] #I:#W #[fg=#ffffff]#[bg=#121212]" 23set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]"
24set -g window-style 'bg=#222222' 24set -g window-style 'bg=#222222'
25set -g window-active-style 'bg=#121212' 25set -g window-active-style 'bg=#111111'
26 26
27# Other settings 27# Other settings
28set-option -sg escape-time 10 28set-option -sg escape-time 10
diff --git a/vimrc b/vimrc
index 081b32c..3b6201c 100644
--- a/vimrc
+++ b/vimrc
@@ -2,7 +2,7 @@ set nocompatible
2set number relativenumber autoindent 2set number relativenumber autoindent
3set ignorecase smartcase incsearch 3set ignorecase smartcase incsearch
4set hidden nowrap nobackup noswapfile autoread 4set hidden nowrap nobackup noswapfile autoread
5set wildmenu wildmode=longest,list,full laststatus=2 5set wildmenu wildmode=list:longest,full laststatus=2
6set encoding=utf8 spelllang=en_us 6set encoding=utf8 spelllang=en_us
7set backspace=2 scrolloff=4 7set backspace=2 scrolloff=4
8set shiftwidth=4 tabstop=4 8set shiftwidth=4 tabstop=4