dotfiles

personal configuration files and scripts
git clone https://tongong.net/git/dotfiles.git
Log | Files | Refs | README

rc.conf (256B)


      1 # remove to trash binding
      2 map DD shell mv %s /home/${USER}/.local/share/Trash/files/
      3 
      4 # Open bash automatically with S
      5 map S shell bash -c "cd %d; bash"
      6 
      7 # shortcut to data folder
      8 map gd cd ~/daten
      9 
     10 # overwrite media folder keybinding
     11 map gm cd /run/media