mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
Configure urxvt
This commit is contained in:
@@ -9,8 +9,11 @@ with import ../theme.nix;
|
||||
};
|
||||
scroll.bar.enable = false;
|
||||
extraConfig = {
|
||||
perl-ext-common = "default,clipboard,url-select,keyboard-select";
|
||||
perl-ext-common = "default,clipboard,url-select,atcher";
|
||||
urlLauncher = "opera";
|
||||
"matcher.button" = 3;
|
||||
fading = 50;
|
||||
iso14755 = false;
|
||||
urgentOnBell = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ with import ../helpers.nix;
|
||||
vim-sensible
|
||||
vim-startify
|
||||
vim-surround
|
||||
];
|
||||
];
|
||||
vimrc = ''
|
||||
" if tabular
|
||||
vmap a= :Tabularize /=<CR>
|
||||
@@ -34,7 +34,7 @@ with import ../helpers.nix;
|
||||
set number
|
||||
set path=$PWD/**
|
||||
set completeopt=menu,longest
|
||||
set wildmode=list:full
|
||||
set wildmode=list:full wildignore+=${commaSep config.constants.ignore}
|
||||
set shortmess+=aI
|
||||
set nowritebackup noswapfile
|
||||
set mouse=a
|
||||
|
||||
Reference in New Issue
Block a user