This commit is contained in:
Till 2024-12-19 15:17:04 +01:00
parent 681791baf2
commit f52bc0de46
4 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@
settings = { settings = {
main = { main = {
shell = "${pkgs.fish}/bin/fish -c 'tmux attach'"; shell = "${pkgs.fish}/bin/fish -c 'tmux attach'";
pad = "22x22"; pad = "17x17";
font = "JetBrains Mono:size=14"; font = "JetBrains Mono:size=14";
initial-window-mode = "maximized"; initial-window-mode = "maximized";
line-height = "19"; line-height = "19";

View file

@ -41,7 +41,7 @@ nnoremap <c-l> <c-w>l
nnoremap <c-q> :hide<return> nnoremap <c-q> :hide<return>
nnoremap <leader>m :make<return> nnoremap <leader>m :make<return>
nnoremap <leader>M :!home-manager --flake ~/.config/omniflake switch<return> nnoremap <leader>M :!home-manager switch<return>
tnoremap <esc> <c-\><c-n> tnoremap <esc> <c-\><c-n>

View file

@ -50,7 +50,7 @@
nnoremap <leader>R :Read ~/ nnoremap <leader>R :Read ~/
nnoremap <leader>a :Ag<cr> nnoremap <leader>a :Ag<cr>
nnoremap <leader>b :Buffers<cr> nnoremap <leader>b :Buffers<cr>
nnoremap <leader>. :Files ~/.config/omniflake/<return> nnoremap <leader>. :Files ~/devel/omniflake/<return>
command! -nargs=? -complete=dir Read call fzf#run( command! -nargs=? -complete=dir Read call fzf#run(
\fzf#wrap({'sink': 'read', 'dir': <q-args>}) \fzf#wrap({'sink': 'read', 'dir': <q-args>})
\) \)

View file

@ -84,6 +84,7 @@
rnaturalearth rnaturalearth
rnaturalearthdata rnaturalearthdata
roxygen2 roxygen2
RSQLite
rvest rvest
sf sf
stringr stringr