Posts

Showing posts from May, 2025

ubantu | nvim | i3 | tmux | alacritty

  ================================================ubuntu===========================================  ```  sudo apt install xclip // install this clipboard application // this will create a config file in you setting to keep shortcut forever   echo "alias cpy='xclip -selection clipboard'" >> ~/.bashrc && source ~/.bashrc  // two example show that how you going to use this shortcut e.g.1. npm run dev |& cpy  e.g.1.1 python3 filenae.py |& cpy ```  Ctrl + alt + t terminal Windows icon = search bar Windows + A = open app Windows + D = to access desktop from any (files, folder, app) Windows+ tab = switch between the tabs Ctrl + alt + upper arrow or lower arrow = switching between work spaces Ctrl + q = to close an application Windows+ l = lock the screen Ctrl + alt + del = logout from system Shift+ Ctrl +alt +r = for start and stop the recording Print screen key = screenshot   bfn+f2 - rename you code or veriable ctrl + K ...