more vim config
This commit is contained in:
parent
1dbcc5c062
commit
d2a5bb9929
|
@ -10,6 +10,8 @@
|
||||||
terminal = "tmux-256color";
|
terminal = "tmux-256color";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -g focus-events on
|
set -g focus-events on
|
||||||
|
set -g allow-passthrough on
|
||||||
|
set -g set-clipboard on
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,11 @@
|
||||||
set signcolumn=yes
|
set signcolumn=yes
|
||||||
colorscheme gruvbox
|
colorscheme gruvbox
|
||||||
set updatetime=100
|
set updatetime=100
|
||||||
|
set cursorline
|
||||||
|
set autoindent
|
||||||
|
set belloff=all
|
||||||
|
nnoremap <C-@> :call system("wl-copy", @")<CR>
|
||||||
|
nnoremap <C-q> :nohlsearch<CR>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue