diff --git a/.config/helix/config.toml b/.config/helix/config.toml index e527a4ec..6dfff082 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -304,3 +304,6 @@ L = "goto_last_line" [keys.normal.backspace] d = "delete_selection_noyank" c = "change_selection_noyank" +[keys.select.backspace] +d = "delete_selection_noyank" +c = "change_selection_noyank" diff --git a/.config/yazi/bookmark b/.config/yazi/bookmark index 2e73b6e9..d62df124 100644 --- a/.config/yazi/bookmark +++ b/.config/yazi/bookmark @@ -1,10 +1,10 @@ Videos /home/fic/Videos v Videos /home/fic/Videos/ v -SyncDocuments /home/fic/SyncDocuments/ s SyncDocuments /home/fic/SyncDocuments s -Pictures /home/fic/Pictures/ p +SyncDocuments /home/fic/SyncDocuments/ s Pictures /home/fic/Pictures p -Downloads /home/fic/Downloads D +Pictures /home/fic/Pictures/ p Downloads /home/fic/Downloads/ D -Documents /home/fic/Documents/ d +Downloads /home/fic/Downloads D Documents /home/fic/Documents d +Documents /home/fic/Documents/ d diff --git a/.zshrc b/.zshrc index d77aed4e..a4157d9a 100644 --- a/.zshrc +++ b/.zshrc @@ -53,6 +53,7 @@ source ~/.config/zsh/fzf.zsh # Not working for some reason... # source ~/.config/zsh/fzf-git.sh +alias xcheck="env DISPLAY=:0 xlsclients" alias mailconf="y ~/.config/mail" alias nm=notmuch