chore: Annoyance fixes across all

- bashrc: source `.profile` and not `profile`
- kitty: Remove background-blur, it was making terminal slow
- kitty: ssh: Rename the terminal to `xterm-256color` cause most cloud linux
  don't have kitty terminal info by default
- nvim: `get_active_clients` marked for removal by nvim, replaced
- nvim: completion: don't auto complete on command mode
- nvim: Use `flash.nvim` for jumping instead of `vim-easymotion`
- vim: Open file tree `<leader>e` -> `<leader><tab>`
- profile: KVM: Use the system access by default
This commit is contained in:
Pratik Tripathy
2025-09-09 17:02:05 +05:30
parent b7a52d44d3
commit 1a1f25be32
9 changed files with 33 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ let g:NERDTreeWinSize = 25
" Map nerdtree to <Leader>e
" Changes the pwd and opens the VCS root
" Placed here because ideavim doesn't understand :tcd
nnoremap <leader>e :tcd %:h<CR> :NERDTreeToggleVCS<CR>
nnoremap <leader><TAB> :tcd %:h<CR> :NERDTreeToggleVCS<CR>
" Map easymotion Plugin to <Leader>j
nnoremap <leader>j <Plug>(easymotion-s)