From ae48f0b6f7a0ee60f49a3ef6016af925971da088 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Thu, 18 Jan 2024 22:04:58 +0100 Subject: [PATCH] Update 2024-01-18 22:04 OpenBSD/amd64-x13 --- .config/spectrwm/spectrwm.conf | 3 +++ .tmux.conf | 2 +- .vim/vimrc | 9 ++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.config/spectrwm/spectrwm.conf b/.config/spectrwm/spectrwm.conf index 95d2929..73fab1d 100644 --- a/.config/spectrwm/spectrwm.conf +++ b/.config/spectrwm/spectrwm.conf @@ -152,6 +152,9 @@ bind[mcorner] = MOD+Shift+X program[mixer] = texec cmixer bind[mixer] = MOD+Shift+M +program[vim] = texec vim +bind[vim] = Control+o + program[vpn] = dexec_vpn bind[vpn] = MOD+V diff --git a/.tmux.conf b/.tmux.conf index 2a849b2..29fd406 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -69,7 +69,7 @@ set-option -g allow-rename off set -g set-titles off # Reduce delay for escape key press -set -sg escape-time 1000 +set -sg escape-time 0 # set -g default-terminal "tmux-256color" diff --git a/.vim/vimrc b/.vim/vimrc index 4842484..e890ef7 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -10,10 +10,14 @@ set mouse= " real backspace, please set backspace=indent,eol,start +" disable welcome screen +set shm+=I + " don't complain about $( ) let g:is_posix=1 " colors +set t_Co=257 set background=dark colorscheme lucius @@ -38,6 +42,9 @@ let &softtabstop=&shiftwidth set expandtab set smarttab +set timeoutlen=100 ttimeoutlen=0 + + set textwidth=72 " set colorcolumn=72 set formatprg=par\ -w72q @@ -58,6 +65,7 @@ endfunction " let g:fzf_history_dir = '~/.local/vim/fzf-history' let g:fzf_layout = { 'down': '40%' } nnoremap :FZF -i -e --layout=reverse +nnoremap :Buffers let g:fzf_action = { \ 'ctrl-t': 'tab split', @@ -200,7 +208,6 @@ augroup end " set cspc=9 " " " LOOK N FEEL -" set t_Co=256 " set t_ut= " let g:is_posix=1 "