diff options
-rw-r--r-- | bashrc | 2 | ||||
-rw-r--r-- | i3-config | 3 | ||||
-rw-r--r-- | mimeapps.list_to_dot_config | 1 | ||||
-rw-r--r-- | vim/vimrc | 7 |
4 files changed, 8 insertions, 5 deletions
@@ -37,7 +37,7 @@ source $HOME/Documents/sync/openai_key # completion for beets # from https://wiki.archlinux.org/title/Beets -eval "$(beet completion)" +#eval "$(beet completion)" # aliases alias pacget="pacman -Slq | fzf --multi --preview 'pacman -Si {1}' | xargs -ro sudo pacman -S" @@ -73,7 +73,8 @@ floating_modifier $mod #exec --no-startup-id nm-applet #exec --no-startup-id /usr/bin/qjackctl #exec --no-startup-id /usr/bin/nextcloud -exec --no-startup-id /usr/bin/feh --bg-max /home/lemon/Pictures/Wallpapers/wp2015908-dystopia-wallpapers.jpg +#exec --no-startup-id /usr/bin/feh --bg-max /home/lemon/Pictures/Wallpapers/wp2015908-dystopia-wallpapers.jpg +exec --no-startup-id /usr/bin/feh --bg-max /home/lemon/Pictures/stable_diffusion/test_influencer/altar8.png #exec --no-startup-id /home/lemon/.screenlayout/two_screens_normal.sh #exec --no-startup-id /home/lemon/.screenlayout/desktop_layout_debian.sh exec --no-startup-id /home/lemon/.screenlayout/left_horiz_right_vert.sh diff --git a/mimeapps.list_to_dot_config b/mimeapps.list_to_dot_config index 3407e7b..4d1e781 100644 --- a/mimeapps.list_to_dot_config +++ b/mimeapps.list_to_dot_config @@ -13,3 +13,4 @@ x-scheme-handler/unknown=librewolf.desktop image/jpeg=feh.desktop application/pdf=org.pwmt.zathura.desktop image/png=feh.desktop +x-scheme-handler/jetbrains=jetbrains-toolbox.desktop @@ -7,7 +7,7 @@ runtime macros/matchit.vim "allows jumping between brackets with % in normal mod " }}} " Leaders {{{ let maplocalleader = "\\" -let mapleader = "," +let mapleader = " " nnoremap <leader>q :call TaskWarriorAddCurrentLine()<CR> " pandoc command to generate weekly plan page in Firefox (or not, if we just " wish to refresh) @@ -36,7 +36,7 @@ nnoremap <leader>ni :e $NOTES_DIR/index.md<CR>:cd $NOTES_DIR<CR> " clear search highlights nnoremap <leader><space> :noh<cr>:call clearmatches()<cr> nnoremap <leader><C-p> :<C-u>FZF!<CR> -nnoremap <leader>t :Files<CR> +nnoremap <C-p>p :Files<CR> nnoremap <leader>o :Tags<CR> nnoremap <leader>h :History<CR> nnoremap <silent> <leader>0 :Files<CR> @@ -129,6 +129,7 @@ command! W w " Plugins {{{ call plug#begin() "Plug 'vim-scripts/AutoComplPop' +Plug 'lambdalisue/fern.vim', Plug 'tpope/vim-rails', Plug 'vim-ruby/vim-ruby', Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } @@ -314,7 +315,7 @@ let g:gruvbox_improved_warnings = 1 let g:gruvbox_invert_indent_guides = 1 let g:gruvbox_invert_signs = 0 "colorscheme evening -"colorscheme sitruuna +colorscheme sitruuna " }}} " GPG files {{{ " from https://vim.fandom.com/wiki/Edit_gpg_encrypted_files |