diff --git a/config.ini b/config.ini index 48375ef..927c474 100644 --- a/config.ini +++ b/config.ini @@ -25,10 +25,9 @@ target_root: ~/.config files: rofi - -# [run vim-plugins] -# when: host.has('vim') -# cmd: vim +PluginInstall +qall +[run vim-plugins] +when: host.has('vim') +cmd: vim +PluginInstall +qall [link-files neovim:windows] when: host.is_windows and host.has('nvim') diff --git a/rofi/config.rasi b/rofi/config.rasi index 4a1eca1..db1e7be 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -6,10 +6,13 @@ configuration { action: "kb-cancel"; delay: 0; } + filebrowser { directories-first: true; sorting-method: "name"; } + + terminal: "/home/jordan/dev/kitty/kitty/launcher/kitty"; } @theme "material" diff --git a/vimrc b/vimrc index 136bd2a..eaf262a 100644 --- a/vimrc +++ b/vimrc @@ -201,10 +201,8 @@ if &t_Co > 2 || has("gui_running") try colorscheme jellybeans catch - silent! colorscheme delek + silent! colorscheme habamax endtry - - endif " ---------------------------------------------------------------------------}}} @@ -306,6 +304,9 @@ noremap :tabnew % noremap :tab term noremap :tab term +tnoremap :bnext +tnoremap :bnext + " move by visual lines when moving instead of physical lines noremap k gk noremap j gj @@ -317,7 +318,9 @@ noremap $ g$ " Normal Mode ---------------------------------------------------------------{{{ " toggle line numbering with n nnoremap n :set number! -set number + +" line numbers should be hidden by default +set nonumber " Shortcut to show invisible characters nnoremap l :set list! @@ -333,6 +336,12 @@ noremap ci NERDComInvertComment " ---------------------------------------------------------------------------}}} +" Buffers -------------------------------------------------------------------{{{ +" +" nmap + +" ---------------------------------------------------------------------------}}} + " Git -----------------------------------------------------------------------{{{ let g:signify_disable_by_default = 1 @@ -349,6 +358,8 @@ nmap vc :Git commit nmap vp :Git push nmap va :Git add % +" fart + nmap vj (signify-next-hunk) nmap vk (signify-prev-hunk)