1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 02:51:08 +01:00

Configure urxvt

This commit is contained in:
Kierán Meinhardt
2019-01-30 17:37:05 +01:00
parent 3204c97a9e
commit 36d6f65dac
6 changed files with 15 additions and 18 deletions

View File

@@ -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