nixbook: nixvim
nixbook: add more nixvim plugins
This commit is contained in:
parent
ce02fb7bee
commit
88ce520e29
9 changed files with 470 additions and 193 deletions
|
|
@ -8,6 +8,11 @@
|
|||
}: let
|
||||
user = config.user;
|
||||
in {
|
||||
|
||||
imports = [
|
||||
./modules/podman.nix
|
||||
];
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
|
|
@ -113,10 +118,15 @@ in {
|
|||
bind -n M-+ resize-pane -U 10
|
||||
bind -n M-u copy-mode
|
||||
bind -n M-p paste-buffer
|
||||
bind -n M-n next-window
|
||||
|
||||
set-window-option -g mode-keys vi
|
||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||
bind-key -T copy-mode-vi y send-keys -X copy-selection
|
||||
|
||||
set -g mouse on
|
||||
|
||||
bind -n "M-`" break-pane -d
|
||||
'';
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue