Skip to content

Commit

Permalink
visual leader map
Browse files Browse the repository at this point in the history
  • Loading branch information
ediw8311xht committed Sep 26, 2024
1 parent 98addf2 commit 8e999c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bashrc_files/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ alias info='info --vi-keys'
alias sudo='sudo -v; sudo '
alias cp='cp -i'
alias free='free -h'
alias pacman='pacman --color="always"'
alias yay='yay --color="always"'
alias pacman='pacman --color="auto"'
alias yay='yay --color="auto"'
#--------------------------------------------------ls------------------------------------#
alias rgf=' source "${HOME}/bin/rg_fzf.sh"'
alias L=' ls++'
Expand Down
4 changes: 3 additions & 1 deletion i3wm/windows.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ for_window [class=".*qutebrowser.*"] floating enable, move scratchpad, re
for_window [instance="(i3s_note|i3s_st)"] $scratchpad_default
for_window [title="i3s_kitty_term"] $scratchpad_default
#for_window [class=".*qutebrowser.*"] floating enable, move scratchpad, resize set 1450px 900px, scratchpad show, move position center
for_window [class=".*icecat.*"] $scratchpad_default
#for_window [class="screengrab"] $scratchpad_default
#for_window [class="screengrab"] floating enable, move scratchpad, resize set 1450px 900px, output $MON_P, scratchpad show, move position center
for_window [class=".*librewolf.*"] $scratchpad_default
for_window [class="Tor Browser"] $scratchpad_default
for_window [class=".*Thunar.*"] $scratchpad_default
for_window [class=".*Xsane.*"] $scratchpad_default
Expand Down
4 changes: 4 additions & 0 deletions nvim/lua/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ local leader_mappings={
{ 'n', false, '', 'y' , ':hi Normal guibg=Transparent<esc>' },
{ 'n', false, '', 'ZC' , ':bd<esc>' },
{ 'n', false, '', 'z' , 'z' },
{ 'v', false, '', 'M' , ':!dc<esc>' },
{ 'v', false, '', 'm' , ':!bc<esc>' },
{ 'v', false, '', 'vc' , ':!column -o " " -t<enter>' },
{ 'v', false, '', 'vs' , ':sort<enter>' },
}

for _, map in ipairs(regular_mappings) do
Expand Down

0 comments on commit 8e999c5

Please sign in to comment.