more vim config

This commit is contained in:
Aria Nolan 2024-02-04 17:56:33 -05:00
parent 1dbcc5c062
commit d2a5bb9929
2 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,8 @@
terminal = "tmux-256color";
extraConfig = ''
set -g focus-events on
set -g allow-passthrough on
set -g set-clipboard on
'';
};
}

View file

@ -30,6 +30,11 @@
set signcolumn=yes
colorscheme gruvbox
set updatetime=100
set cursorline
set autoindent
set belloff=all
nnoremap <C-@> :call system("wl-copy", @")<CR>
nnoremap <C-q> :nohlsearch<CR>
'';
};