Update 2024-01-18 22:04 OpenBSD/amd64-x13
This commit is contained in:
parent
139dcd3498
commit
ae48f0b6f7
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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 <c-p> :FZF -i -e --layout=reverse<CR>
|
||||
nnoremap <c-b> :Buffers<CR>
|
||||
|
||||
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
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user