diff --git a/.config/i3/config b/.config/i3/config index 5553699..5647389 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -229,7 +229,7 @@ bindsym $mod+F4 exec --no-startup-id prompt "Hibernate computer?" "$hibernate" bindsym $mod+F5 exec --no-startup-id $netrefresh bindsym $mod+F6 exec --no-startup-id torwrap bindsym $mod+F7 exec --no-startup-id td-toggle -bindsym $mod+F8 exec --no-startup-id mailsync +bindsym $mod+F8 exec --no-startup-id mw sync bindsym $mod+F9 exec --no-startup-id dmenumount bindsym $mod+F10 exec --no-startup-id dmenuumount bindsym $mod+F11 exec --no-startup-id ducksearch diff --git a/.config/ranger/README.MD b/.config/ranger/README.MD index 4511151..a78ee5a 100644 --- a/.config/ranger/README.MD +++ b/.config/ranger/README.MD @@ -9,7 +9,7 @@ These are the basic key binds in ranger, even outside of my configs. Note that t + dd -- cut selected files + yy -- copy/yank selected files + pp -- paste/move cut/copied files -+ / -- search, when (n/N) next/previos result ++ / -- search, when (n/N) next/previous result + zh or CTRL-h -- show hidden files + Renaming files: + cw -- rename file from scratch diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 1b89372..6c7c2e4 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -157,7 +157,7 @@ super + F7 td-toggle # sync email super + F8 - mailsync + mw sync # Mount a USB drive or Android device super + {F9,F10} {dmenumount,dmenuumount} diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index d7e74f7..c74458e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -27,7 +27,7 @@ unbind j unbind C-b # unbind default leader key unbind '"' # unbind horizontal split unbind % # unbind vertical split -bind-key r source-file ~/.tmux.conf +bind-key r source-file ~/.config/tmux/tmux.conf bind-key c split-window -v # split pane horizontally bind-key v split-window -h # split pane vertically bind-key Space list-panes