chore: Update

This commit is contained in:
Pratik Tripathy
2024-11-20 16:42:32 +05:30
parent 6085a0cffc
commit b382c7b218
10 changed files with 60 additions and 49 deletions

View File

@@ -189,3 +189,4 @@ for alias_file in "$XDG_CONFIG_HOME"/shell/*.sh; do source "$alias_file"; done
# TIP: Following should be executed AFTER the aliases are sourced # TIP: Following should be executed AFTER the aliases are sourced
command -v op >/dev/null && bind '"^O":"op\n"' # Fuzzyfind projects and open in nvim command -v op >/dev/null && bind '"^O":"op\n"' # Fuzzyfind projects and open in nvim
command -v pnew >/dev/null && bind '"^[o":"pnew\n"' # Create a new project quickly command -v pnew >/dev/null && bind '"^[o":"pnew\n"' # Create a new project quickly
. "/home/pratik/.local/share/rust/cargo/env"

View File

@@ -4,6 +4,8 @@
" Enable IdeaVim plugins https://jb.gg/ideavim-plugins " Enable IdeaVim plugins https://jb.gg/ideavim-plugins
" FIX: Macros does NOT work " FIX: Macros does NOT work
" FIX: Make [ctrl + p] & [ctrl + n] choose next and previous options on pop-up menu
" FIX: Make [ Ctrl + alt + p ] open file instead of [ Ctrl + p ] -> for VSCode as well
" TODO: Add Jetbrains shortcut-config-file to dotfiles repo " TODO: Add Jetbrains shortcut-config-file to dotfiles repo
" TODO: Add shortcuts for opening/closing `za` " TODO: Add shortcuts for opening/closing `za`
@@ -59,7 +61,7 @@ set quickscope
set paragraph-motion set paragraph-motion
set matchit set matchit
set multiple-cursors set multiple-cursors
set nerdtree " <leader>e #set nerdtree " <leader>e
set repeat set repeat
set surround " ys or cs or ds [motion] set surround " ys or cs or ds [motion]
set textobj-entire " yae, cae, dae <- operates on entire file set textobj-entire " yae, cae, dae <- operates on entire file
@@ -85,7 +87,7 @@ xmap <C-x> <Plug>SkipOccurrence
xmap <C-p> <Plug>RemoveOccurrence xmap <C-p> <Plug>RemoveOccurrence
" NerdTree """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " NerdTree """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
nnoremap <leader>e :NERDTreeToggle<cr> #nnoremap <leader>e :NERDTreeToggle<cr>
" When in the tree use the below default keybindings " When in the tree use the below default keybindings
" j, k - To go down and up " j, k - To go down and up
" p - Go to the parent directory " p - Go to the parent directory
@@ -102,7 +104,7 @@ nnoremap <leader>e :NERDTreeToggle<cr>
" File Navigation """"""""""""""""""""""""""""""""""""""""""""""""""""""""""" " File Navigation """""""""""""""""""""""""""""""""""""""""""""""""""""""""""
nnoremap <leader>ls :action Switcher<cr> nnoremap <leader>ls :action Switcher<cr>
nnoremap <c-p> :action GotoFile<cr> nnoremap <c-a-p> :action GotoFile<cr>
nnoremap <c-s-enter> :action ActivateTerminalToolWindow<cr> nnoremap <c-s-enter> :action ActivateTerminalToolWindow<cr>
" Code Navigation, Formatting, Others """"""""""""""""""""""""""""""""""""""" " Code Navigation, Formatting, Others """""""""""""""""""""""""""""""""""""""

View File

@@ -211,6 +211,7 @@ SetEditor=false
[MainWindow] [MainWindow]
2 screens: Height=1367 2 screens: Height=1367
2 screens: Width=1275 2 screens: Width=1275
2 screens: Window-Maximized=true
2560x1440 screen: Height=1372 2560x1440 screen: Height=1372
2560x1440 screen: Width=1278 2560x1440 screen: Width=1278
2560x1440 screen: Window-Maximized=true 2560x1440 screen: Window-Maximized=true

View File

@@ -9,10 +9,10 @@ Macro Completions=
Macro Contents= Macro Contents=
Macro Registers= Macro Registers=
Map Leader=\\ Map Leader=\\
Normal Mode Mapping Keys=<right>,<c-q>,<leader>cd,<left>,g;,<c-c>,<leader>/,k,<c-d>,N,[q,<down>,<c-i>,]q,j,?,<c-o>,<c-right>,J,<m-j>,<up>,<c-s>,<m-k>,<s-tab>,]s,<leader>y,<tab>,<c-left>,<leader>xt,<c-u>,n,g\\,,<c-up>,<c-down> Normal Mode Mapping Keys=g\\,,J,<left>,<leader>xt,<c-up>,g;,<up>,n,<c-c>,<c-left>,?,<s-tab>,<c-d>,<m-j>,<right>,<c-right>,<leader>y,<c-s>,]q,<m-k>,<tab>,<down>,<c-q>,<leader>/,j,k,<c-down>,<c-o>,<leader>cd,]s,N,<c-u>,<c-i>,[q
Normal Mode Mappings=:echoe,:wqa<cr>,:lcd,,g;zz,:%y+<cr>,:nohlsearch<cr>:diffupdate<cr>:normal!,gk,<c-d>zz,Nzzzv,cprev,,<c-i>zz,cnext,gj,N,<c-o>zz,:vertical,mzJ`z:delmarks,:m,,:wa<cr>,:m,:bprevious<cr>,]szz,"+y,:bnext<cr>,:vertical,:tabclose,<c-u>zz,nzzzv,g\\,zz,:resize,:resize Normal Mode Mappings=g\\,zz,mzJ`z:delmarks,,:tabclose,:resize,g;zz,,nzzzv,:%y+<cr>,:vertical,N,:bprevious<cr>,<c-d>zz,:m,:echoe,:vertical,"+y,:wa<cr>,cnext,:m,:bnext<cr>,,:wqa<cr>,:nohlsearch<cr>:diffupdate<cr>:normal!,gj,gk,:resize,<c-o>zz,:lcd,]szz,Nzzzv,<c-u>zz,<c-i>zz,cprev
Normal Mode Mappings Recursion=false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false Normal Mode Mappings Recursion=false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false
ViRegisterContents=\n,s,g77eDM2Bya2p\n, ViRegisterContents=\n### KDE\n\n- Bismuth tiling manager: https://github.com/Bismuth-Forge/bismuth\n\n,s,g77eDM2Bya2p\n,
ViRegisterFlags=1,0,1,0 ViRegisterFlags=1,0,1,0
ViRegisterNames=",-,0,^ ViRegisterNames=",-,0,^
Visual Mode Mapping Keys= Visual Mode Mapping Keys=

View File

@@ -2,6 +2,7 @@
_k_friendly_name=Activity Manager _k_friendly_name=Activity Manager
switch-to-activity-252e9f66-21d0-4196-8af8-9f144dae5052=none,none,Switch to activity "3 - Email" switch-to-activity-252e9f66-21d0-4196-8af8-9f144dae5052=none,none,Switch to activity "3 - Email"
switch-to-activity-2cc71a42-d4b8-443e-b255-c66aa4847239=Meta+F2,none,Switch to activity "Focus" switch-to-activity-2cc71a42-d4b8-443e-b255-c66aa4847239=Meta+F2,none,Switch to activity "Focus"
switch-to-activity-3e6711d4-de87-4891-8cdd-f3d127554aa8=none,none,Switch to activity "Default"
switch-to-activity-4d59da64-44dc-4d4c-b1c8-bfb0fbd87410=Meta+F3,none,Switch to activity "Email" switch-to-activity-4d59da64-44dc-4d4c-b1c8-bfb0fbd87410=Meta+F3,none,Switch to activity "Email"
switch-to-activity-79bc8b93-e5e1-4149-8ed2-4222a14f199f=Meta+F1,none,Switch to activity "Default" switch-to-activity-79bc8b93-e5e1-4149-8ed2-4222a14f199f=Meta+F1,none,Switch to activity "Default"
switch-to-activity-a397c46b-22b0-442b-88bc-9f21a3b18fae=none,none,Switch to activity "2 - Code" switch-to-activity-a397c46b-22b0-442b-88bc-9f21a3b18fae=none,none,Switch to activity "2 - Code"
@@ -10,17 +11,17 @@ switch-to-activity-fe100d1b-ab30-493d-9635-bce7284a67b9=none,none,Switch to acti
[KDE Keyboard Layout Switcher] [KDE Keyboard Layout Switcher]
Switch keyboard layout to English (India, with rupee)=none,none,Switch keyboard layout to English (India\\, with rupee) Switch keyboard layout to English (India, with rupee)=none,none,Switch keyboard layout to English (India\\, with rupee)
Switch to Last-Used Keyboard Layout=Meta+Alt+L,Meta+Alt+L,Switch to Last-Used Keyboard Layout Switch to Last-Used Keyboard Layout=Meta+Alt+L,Meta+Alt+L,Switch to Last-Used Keyboard Layout
Switch to Next Keyboard Layout=none,Meta+Alt+K,Switch to Next Keyboard Layout Switch to Next Keyboard Layout=Meta+Alt+K,Meta+Alt+K,Switch to Next Keyboard Layout
_k_friendly_name=Keyboard Layout Switcher _k_friendly_name=Keyboard Layout Switcher
[kaccess] [kaccess]
Toggle Screen Reader On and Off=none,Meta+Alt+S,Toggle Screen Reader On and Off Toggle Screen Reader On and Off=Meta+Alt+S,Meta+Alt+S,Toggle Screen Reader On and Off
_k_friendly_name=Accessibility _k_friendly_name=Accessibility
[kcm_touchpad] [kcm_touchpad]
Disable Touchpad=Touchpad Off,Touchpad Off,Disable Touchpad Disable Touchpad=Touchpad Off,Touchpad Off,Disable Touchpad
Enable Touchpad=Touchpad On,Touchpad On,Enable Touchpad Enable Touchpad=Touchpad On,Touchpad On,Enable Touchpad
Toggle Touchpad=Touchpad Toggle,Touchpad Toggle\tMeta+Ctrl+Zenkaku Hankaku,Toggle Touchpad Toggle Touchpad=Touchpad Toggle\tMeta+Ctrl+Zenkaku Hankaku,Touchpad Toggle\tMeta+Ctrl+Zenkaku Hankaku,Toggle Touchpad
_k_friendly_name=Touchpad _k_friendly_name=Touchpad
[khotkeys] [khotkeys]
@@ -35,27 +36,27 @@ decrease_volume_small=Shift+Volume Down,Shift+Volume Down,Decrease Volume by 1%
increase_microphone_volume=Microphone Volume Up,Microphone Volume Up,Increase Microphone Volume increase_microphone_volume=Microphone Volume Up,Microphone Volume Up,Increase Microphone Volume
increase_volume=Volume Up,Volume Up,Increase Volume increase_volume=Volume Up,Volume Up,Increase Volume
increase_volume_small=Shift+Volume Up,Shift+Volume Up,Increase Volume by 1% increase_volume_small=Shift+Volume Up,Shift+Volume Up,Increase Volume by 1%
mic_mute=Microphone Mute,Microphone Mute\tMeta+Volume Mute,Mute Microphone mic_mute=Microphone Mute\tMeta+Volume Mute,Microphone Mute\tMeta+Volume Mute,Mute Microphone
mute=Volume Mute,Volume Mute,Mute mute=Volume Mute,Volume Mute,Mute
[ksmserver] [ksmserver]
Halt Without Confirmation=Ctrl+Alt+Shift+PgDown,,Shut Down Without Confirmation Halt Without Confirmation=none,,Shut Down Without Confirmation
Lock Session=Meta+L\tScreensaver,Meta+L\tScreensaver,Lock Session Lock Session=Meta+L\tScreensaver,Meta+L\tScreensaver,Lock Session
Log Out=Ctrl+Alt+Del,Ctrl+Alt+Del,Show Logout Prompt Log Out=Ctrl+Alt+Del,Ctrl+Alt+Del,Show Logout Screen
Log Out Without Confirmation=Ctrl+Alt+Shift+Del,,Log Out Without Confirmation Log Out Without Confirmation=none,,Log Out Without Confirmation
LogOut=none,,Log Out LogOut=none,,Log Out
Reboot=none,,Reboot Reboot=none,,Reboot
Reboot Without Confirmation=Ctrl+Alt+Shift+PgUp,,Reboot Without Confirmation Reboot Without Confirmation=none,,Reboot Without Confirmation
Shut Down=none,,Shut Down Shut Down=none,,Shut Down
_k_friendly_name=Session Management _k_friendly_name=Session Management
[kwin] [kwin]
Activate Window Demanding Attention=Ctrl+Alt+A,Meta+Ctrl+A,Activate Window Demanding Attention Activate Window Demanding Attention=Meta+Ctrl+A,Meta+Ctrl+A,Activate Window Demanding Attention
Cycle Overview=none,none,Cycle through Overview and Grid View Cycle Overview=none,none,Cycle through Overview and Grid View
Cycle Overview Opposite=none,none,Cycle through Grid View and Overview Cycle Overview Opposite=none,none,Cycle through Grid View and Overview
Decrease Opacity=none,,Decrease Opacity of Active Window by 5% Decrease Opacity=none,,Decrease Opacity of Active Window by 5%
DecreaseWindowSize=Meta+Ctrl+Num+-,none,UltrawideWindows: Decrease the window size in place DecreaseWindowSize=Meta+Ctrl+Num+-,none,UltrawideWindows: Decrease the window size in place
Edit Tiles=none,Meta+T,Toggle Tiles Editor Edit Tiles=Meta+T,Meta+T,Toggle Tiles Editor
Expose=Ctrl+F9,Ctrl+F9,Toggle Present Windows (Current desktop) Expose=Ctrl+F9,Ctrl+F9,Toggle Present Windows (Current desktop)
ExposeAll=Ctrl+F10\tLaunch (C),Ctrl+F10\tLaunch (C),Toggle Present Windows (All desktops) ExposeAll=Ctrl+F10\tLaunch (C),Ctrl+F10\tLaunch (C),Toggle Present Windows (All desktops)
ExposeClass=Ctrl+F7,Ctrl+F7,Toggle Present Windows (Window class) ExposeClass=Ctrl+F7,Ctrl+F7,Toggle Present Windows (Window class)
@@ -68,10 +69,10 @@ IncreaseWindowSize=Meta+Ctrl+Num++,none,UltrawideWindows: Increase the window si
Invert Screen Colors=none,none,Invert Screen Colors Invert Screen Colors=none,none,Invert Screen Colors
KWin Script: Sticky Window Snapping: enable/disable=none,none,KWin Script: Sticky Window Snapping: enable/disable KWin Script: Sticky Window Snapping: enable/disable=none,none,KWin Script: Sticky Window Snapping: enable/disable
KWin Script: Sticky Window Snapping: enable/disable temporarily=none,none,KWin Script: Sticky Window Snapping: enable/disable temporarily KWin Script: Sticky Window Snapping: enable/disable temporarily=none,none,KWin Script: Sticky Window Snapping: enable/disable temporarily
Kill Window=none,Meta+Ctrl+Esc,Kill Window Kill Window=Meta+Ctrl+Esc,Meta+Ctrl+Esc,Kill Window
Move Tablet to Next Output=none,none,Move the tablet to the next output Move Tablet to Next Output=none,none,Move the tablet to the next output
MoveMouseToCenter=none,Meta+F6,Move Mouse to Center MoveMouseToCenter=Meta+F6,Meta+F6,Move Mouse to Center
MoveMouseToFocus=none,Meta+F5,Move Mouse to Focus MoveMouseToFocus=Meta+F5,Meta+F5,Move Mouse to Focus
MoveWindowDown=Meta+Ctrl+Down,none,UltrawideWindows: Move the window down MoveWindowDown=Meta+Ctrl+Down,none,UltrawideWindows: Move the window down
MoveWindowLeft=none,none,UltrawideWindows: Move the window to the left MoveWindowLeft=none,none,UltrawideWindows: Move the window to the left
MoveWindowRight=none,none,UltrawideWindows: Move the window to the right MoveWindowRight=none,none,UltrawideWindows: Move the window to the right
@@ -203,10 +204,10 @@ Switch One Desktop Down=none,Meta+Ctrl+Down,Switch One Desktop Down
Switch One Desktop Up=none,Meta+Ctrl+Up,Switch One Desktop Up Switch One Desktop Up=none,Meta+Ctrl+Up,Switch One Desktop Up
Switch One Desktop to the Left=none,Meta+Ctrl+Left,Switch One Desktop to the Left Switch One Desktop to the Left=none,Meta+Ctrl+Left,Switch One Desktop to the Left
Switch One Desktop to the Right=none,Meta+Ctrl+Right,Switch One Desktop to the Right Switch One Desktop to the Right=none,Meta+Ctrl+Right,Switch One Desktop to the Right
Switch Window Down=none,Meta+Alt+Down,Switch to Window Below Switch Window Down=Meta+Alt+Down,Meta+Alt+Down,Switch to Window Below
Switch Window Left=none,Meta+Alt+Left,Switch to Window to the Left Switch Window Left=Meta+Alt+Left,Meta+Alt+Left,Switch to Window to the Left
Switch Window Right=none,Meta+Alt+Right,Switch to Window to the Right Switch Window Right=Meta+Alt+Right,Meta+Alt+Right,Switch to Window to the Right
Switch Window Up=none,Meta+Alt+Up,Switch to Window Above Switch Window Up=Meta+Alt+Up,Meta+Alt+Up,Switch to Window Above
Switch to Desktop 1=Ctrl+F1,Ctrl+F1,Switch to Desktop 1 Switch to Desktop 1=Ctrl+F1,Ctrl+F1,Switch to Desktop 1
Switch to Desktop 10=none,,Switch to Desktop 10 Switch to Desktop 10=none,,Switch to Desktop 10
Switch to Desktop 11=none,,Switch to Desktop 11 Switch to Desktop 11=none,,Switch to Desktop 11
@@ -246,7 +247,7 @@ Switch to Screen to the Right=none,,Switch to Screen to the Right
Toggle Night Color=none,none,Suspend/Resume Night Light Toggle Night Color=none,none,Suspend/Resume Night Light
Toggle Window Raise/Lower=none,,Toggle Window Raise/Lower Toggle Window Raise/Lower=none,,Toggle Window Raise/Lower
Walk Through Windows=Alt+Tab,Alt+Tab,Walk Through Windows Walk Through Windows=Alt+Tab,Alt+Tab,Walk Through Windows
Walk Through Windows (Reverse)=Alt+Shift+Backtab,Alt+Shift+Tab,Walk Through Windows (Reverse) Walk Through Windows (Reverse)=Alt+Shift+Tab,Alt+Shift+Tab,Walk Through Windows (Reverse)
Walk Through Windows Alternative=none,,Walk Through Windows Alternative Walk Through Windows Alternative=none,,Walk Through Windows Alternative
Walk Through Windows Alternative (Reverse)=none,,Walk Through Windows Alternative (Reverse) Walk Through Windows Alternative (Reverse)=none,,Walk Through Windows Alternative (Reverse)
Walk Through Windows of Current Application=Alt+`,Alt+`,Walk Through Windows of Current Application Walk Through Windows of Current Application=Alt+`,Alt+`,Walk Through Windows of Current Application
@@ -260,7 +261,7 @@ Window Fullscreen=none,,Make Window Fullscreen
Window Grow Horizontal=none,,Expand Window Horizontally Window Grow Horizontal=none,,Expand Window Horizontally
Window Grow Vertical=none,,Expand Window Vertically Window Grow Vertical=none,,Expand Window Vertically
Window Lower=none,,Lower Window Window Lower=none,,Lower Window
Window Maximize=Meta+Space,Meta+PgUp,Maximize Window Window Maximize=none,Meta+PgUp,Maximize Window
Window Maximize Horizontal=none,,Maximize Window Horizontally Window Maximize Horizontal=none,,Maximize Window Horizontally
Window Maximize Vertical=none,,Maximize Window Vertically Window Maximize Vertical=none,,Maximize Window Vertically
Window Minimize=none,Meta+PgDown,Minimize Window Window Minimize=none,Meta+PgDown,Minimize Window
@@ -268,10 +269,10 @@ Window Move=none,,Move Window
Window Move Center=none,,Move Window to the Center Window Move Center=none,,Move Window to the Center
Window No Border=none,,Toggle Window Titlebar and Frame Window No Border=none,,Toggle Window Titlebar and Frame
Window On All Desktops=none,,Keep Window on All Desktops Window On All Desktops=none,,Keep Window on All Desktops
Window One Desktop Down=none,Meta+Ctrl+Shift+Down,Window One Desktop Down Window One Desktop Down=Meta+Ctrl+Shift+Down,Meta+Ctrl+Shift+Down,Window One Desktop Down
Window One Desktop Up=none,Meta+Ctrl+Shift+Up,Window One Desktop Up Window One Desktop Up=Meta+Ctrl+Shift+Up,Meta+Ctrl+Shift+Up,Window One Desktop Up
Window One Desktop to the Left=none,Meta+Ctrl+Shift+Left,Window One Desktop to the Left Window One Desktop to the Left=Meta+Ctrl+Shift+Left,Meta+Ctrl+Shift+Left,Window One Desktop to the Left
Window One Desktop to the Right=none,Meta+Ctrl+Shift+Right,Window One Desktop to the Right Window One Desktop to the Right=Meta+Ctrl+Shift+Right,Meta+Ctrl+Shift+Right,Window One Desktop to the Right
Window One Screen Down=none,,Move Window One Screen Down Window One Screen Down=none,,Move Window One Screen Down
Window One Screen Up=none,,Move Window One Screen Up Window One Screen Up=none,,Move Window One Screen Up
Window One Screen to the Left=none,,Move Window One Screen to the Left Window One Screen to the Left=none,,Move Window One Screen to the Left
@@ -327,8 +328,8 @@ Window to Screen 5=none,,Move Window to Screen 5
Window to Screen 6=none,,Move Window to Screen 6 Window to Screen 6=none,,Move Window to Screen 6
Window to Screen 7=none,,Move Window to Screen 7 Window to Screen 7=none,,Move Window to Screen 7
_k_friendly_name=KWin _k_friendly_name=KWin
view_actual_size=none,Meta+0,Zoom to Actual Size view_actual_size=Meta+0,Meta+0,Zoom to Actual Size
view_zoom_in=Meta+=,Meta++\tMeta+=,Zoom In view_zoom_in=Meta++\tMeta+=,Meta++\tMeta+=,Zoom In
view_zoom_out=Meta+-,Meta+-,Zoom Out view_zoom_out=Meta+-,Meta+-,Zoom Out
[mediacontrol] [mediacontrol]
@@ -355,14 +356,14 @@ PowerOff=Power Off,Power Off,Power Off
Sleep=Sleep,Sleep,Suspend Sleep=Sleep,Sleep,Suspend
Toggle Keyboard Backlight=Keyboard Light On/Off,Keyboard Light On/Off,Toggle Keyboard Backlight Toggle Keyboard Backlight=Keyboard Light On/Off,Keyboard Light On/Off,Toggle Keyboard Backlight
Turn Off Screen=none,none,Turn Off Screen Turn Off Screen=none,none,Turn Off Screen
_k_friendly_name=KDE Power Management System _k_friendly_name=Power Management
powerProfile=Battery,Battery\tMeta+B,Switch Power Profile powerProfile=Battery\tMeta+B,Battery\tMeta+B,Switch Power Profile
[plasmashell] [plasmashell]
_k_friendly_name=plasmashell _k_friendly_name=plasmashell
activate application launcher=Meta,Meta\tAlt+F1,Activate Application Launcher activate application launcher=Meta\tAlt+F1,Meta\tAlt+F1,Activate Application Launcher
activate task manager entry 1=Meta+1,Meta+1,Activate Task Manager Entry 1 activate task manager entry 1=Meta+1,Meta+1,Activate Task Manager Entry 1
activate task manager entry 10=Meta+0,Meta+0,Activate Task Manager Entry 10 activate task manager entry 10=none,Meta+0,Activate Task Manager Entry 10
activate task manager entry 2=Meta+2,Meta+2,Activate Task Manager Entry 2 activate task manager entry 2=Meta+2,Meta+2,Activate Task Manager Entry 2
activate task manager entry 3=Meta+3,Meta+3,Activate Task Manager Entry 3 activate task manager entry 3=Meta+3,Meta+3,Activate Task Manager Entry 3
activate task manager entry 4=Meta+4,Meta+4,Activate Task Manager Entry 4 activate task manager entry 4=Meta+4,Meta+4,Activate Task Manager Entry 4
@@ -373,26 +374,28 @@ activate task manager entry 8=Meta+8,Meta+8,Activate Task Manager Entry 8
activate task manager entry 9=Meta+9,Meta+9,Activate Task Manager Entry 9 activate task manager entry 9=Meta+9,Meta+9,Activate Task Manager Entry 9
activate widget 10=Meta+Alt+V,none,Activate Vaults Widget activate widget 10=Meta+Alt+V,none,Activate Vaults Widget
activate widget 106=none,none,Activate Pager Widget activate widget 106=none,none,Activate Pager Widget
activate widget 107=Alt+F1,none,Activate Application Launcher Widget activate widget 107=none,none,Activate Application Launcher Widget
activate widget 31=none,none,Activate Icons-and-Text Task Manager Widget activate widget 31=none,none,Activate Icons-and-Text Task Manager Widget
activate widget 32=none,none,Activate Icons-and-Text Task Manager Widget
activate widget 39=none,none,Activate Digital Clock Widget activate widget 39=none,none,Activate Digital Clock Widget
activate widget 41=none,none,Activate Network speed Widget
activate widget 72=none,none,Activate Total CPU Use Widget activate widget 72=none,none,Activate Total CPU Use Widget
activate widget 76=none,none,Activate ChatGPT Plasmoid Widget activate widget 76=none,none,Activate ChatGPT Plasmoid Widget
activate widget 95=none,none,Activate Task Manager Widget activate widget 95=none,none,Activate Task Manager Widget
clear-history=none,,Clear Clipboard History clear-history=none,,Clear Clipboard History
clipboard_action=Ctrl+Alt+X,Meta+Ctrl+X,Automatic Action Popup Menu clipboard_action=Meta+Ctrl+X,Meta+Ctrl+X,Automatic Action Popup Menu
cycle-panels=Meta+Alt+P,Meta+Alt+P,Move keyboard focus between panels cycle-panels=Meta+Alt+P,Meta+Alt+P,Move keyboard focus between panels
cycleNextAction=none,,Next History Item cycleNextAction=none,,Next History Item
cyclePrevAction=none,,Previous History Item cyclePrevAction=none,,Previous History Item
edit_clipboard=none,none,Edit Contents… edit_clipboard=none,none,Edit Contents…
manage activities=none,Meta+Q,Show Activity Switcher manage activities=Meta+Q,Meta+Q,Show Activity Switcher
next activity=Meta+Ctrl+Right,none,Walk through activities next activity=Meta+Ctrl+Right,none,Walk through activities
previous activity=Meta+Ctrl+Left,none,Walk through activities (Reverse) previous activity=Meta+Ctrl+Left,none,Walk through activities (Reverse)
repeat_action=Ctrl+Alt+R,Meta+Ctrl+R,Manually Invoke Action on Current Clipboard repeat_action=none,Meta+Ctrl+R,Manually Invoke Action on Current Clipboard
show dashboard=Ctrl+F12,Ctrl+F12,Show Desktop show dashboard=Ctrl+F12,Ctrl+F12,Show Desktop
show-barcode=none,,Show Barcode… show-barcode=none,,Show Barcode…
show-on-mouse-pos=Ctrl+`,Meta+V,Show Clipboard Items at Mouse Position show-on-mouse-pos=Meta+V,Meta+V,Show Clipboard Items at Mouse Position
stop current activity=none,Meta+S,Stop Current Activity stop current activity=Meta+S,Meta+S,Stop Current Activity
switch to next activity=none,,Switch to Next Activity switch to next activity=none,,Switch to Next Activity
switch to previous activity=none,,Switch to Previous Activity switch to previous activity=none,,Switch to Previous Activity
toggle do not disturb=none,,Toggle do not disturb toggle do not disturb=none,,Toggle do not disturb
@@ -400,7 +403,7 @@ toggle do not disturb=none,,Toggle do not disturb
[plasmawindowed] [plasmawindowed]
_k_friendly_name=plasmawindowed _k_friendly_name=plasmawindowed
clear-history=none,none,Clear Clipboard History clear-history=none,none,Clear Clipboard History
clipboard_action=Meta+Ctrl+X,Meta+Ctrl+X,Automatic Action Popup Menu clipboard_action=none,Meta+Ctrl+X,Automatic Action Popup Menu
cycleNextAction=none,none,Next History Item cycleNextAction=none,none,Next History Item
cyclePrevAction=none,none,Previous History Item cyclePrevAction=none,none,Previous History Item
edit_clipboard=none,none,Edit Contents… edit_clipboard=none,none,Edit Contents…
@@ -411,9 +414,6 @@ show-on-mouse-pos=none,Meta+V,Open Klipper at Mouse Position
[services][appimagekit_691b96a80aa86fe43e1dfde5a190d04f-Obsidian.desktop] [services][appimagekit_691b96a80aa86fe43e1dfde5a190d04f-Obsidian.desktop]
_launch=Meta+O _launch=Meta+O
[services][brave-browser.desktop]
_launch=Meta+B
[services][firefox.desktop] [services][firefox.desktop]
_launch=Meta+F _launch=Meta+F

View File

@@ -275,7 +275,7 @@ return {
-- List -- List
vim.keymap.set("n", "<leader>lb", require("telescope.builtin").buffers, { desc = "List Bbuffers" }) vim.keymap.set("n", "<leader>lb", require("telescope.builtin").buffers, { desc = "List Bbuffers" })
vim.keymap.set("n", "<leader>lc", require("telescope.builtin").command_history, { desc = "List NeoVIM Command History" }) vim.keymap.set("n", "<leader>lc", require("telescope.builtin").command_history, { desc = "List NeoVIM Command History" })
vim.keymap.set("n", "<C-p>", require("telescope.builtin").find_files, { desc = "List & Search Files" }) vim.keymap.set("n", "<C-a-p>", require("telescope.builtin").find_files, { desc = "List & Search Files" })
vim.keymap.set("n", "<leader>lf", require("telescope.builtin").find_files, { desc = "List & Search Files" }) vim.keymap.set("n", "<leader>lf", require("telescope.builtin").find_files, { desc = "List & Search Files" })
vim.keymap.set("n", "<leader>ln", require("telescope.builtin").help_tags, { desc = "List & Search NeoVIM Help" }) vim.keymap.set("n", "<leader>ln", require("telescope.builtin").help_tags, { desc = "List & Search NeoVIM Help" })
vim.keymap.set("n", "<leader>lk", require("telescope.builtin").keymaps, { desc = "List & Search NeoVIM Keymaps" }) vim.keymap.set("n", "<leader>lk", require("telescope.builtin").keymaps, { desc = "List & Search NeoVIM Keymaps" })

View File

@@ -44,3 +44,6 @@
[fetch] [fetch]
writeCommitGraph = true writeCommitGraph = true
[credential]
helper = cache --timeout=21600

View File

@@ -27,7 +27,10 @@
################################################################################## ##################################################################################
eval "$(ssh-agent -s)" >/dev/null if ! pgrep -u "$USER" ssh-agent > /dev/null; then
eval $(ssh-agent -s) >/dev/null
fi
# shellcheck disable=SC3045 # shellcheck disable=SC3045
ulimit -n 10240 ulimit -n 10240
@@ -123,3 +126,4 @@ export FZF_DEFAULT_OPTS='--layout=reverse --cycle --inline-info --height=~50% --
export TLDR_CACHE_DIR="${XDG_CACHE_HOME}/tldr" export TLDR_CACHE_DIR="${XDG_CACHE_HOME}/tldr"
export OLLAMA_HOME="${XDG_CONFIG_HOME}/ollama" export OLLAMA_HOME="${XDG_CONFIG_HOME}/ollama"
. "/home/pratik/.local/share/rust/cargo/env"

File diff suppressed because one or more lines are too long

View File

@@ -31,7 +31,7 @@ dnf_setup() {
echo "keepcache=True" | sudo tee -a /etc/dnf/dnf.conf > /dev/null echo "keepcache=True" | sudo tee -a /etc/dnf/dnf.conf > /dev/null
# Enable RPM Fusion & Install media codecs # Enable RPM Fusion & Install media codecs
sudo dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-"$(rpm -E %fedora)".noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-"$(rpm -E %fedora)".noarch.rpm && sudo dnf groupupdate -y core multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin sound-and-video sudo dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-"$(rpm -E %fedora)".noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-"$(rpm -E %fedora)".noarch.rpm && sudo dnf groupupdate -y core multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin sound-and-video && sudo dnf makecache
# Add VS-Code repo # Add VS-Code repo
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc