Merge branch 'master' of github.com:LukeSmithxyz/voidrice into master

This commit is contained in:
Luke Smith 2020-09-25 11:42:04 -04:00
commit 8e8c702e23
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252
4 changed files with 4 additions and 4 deletions

View file

@ -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+F5 exec --no-startup-id $netrefresh
bindsym $mod+F6 exec --no-startup-id torwrap bindsym $mod+F6 exec --no-startup-id torwrap
bindsym $mod+F7 exec --no-startup-id td-toggle 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+F9 exec --no-startup-id dmenumount
bindsym $mod+F10 exec --no-startup-id dmenuumount bindsym $mod+F10 exec --no-startup-id dmenuumount
bindsym $mod+F11 exec --no-startup-id ducksearch bindsym $mod+F11 exec --no-startup-id ducksearch

View file

@ -9,7 +9,7 @@ These are the basic key binds in ranger, even outside of my configs. Note that t
+ dd -- cut selected files + dd -- cut selected files
+ yy -- copy/yank selected files + yy -- copy/yank selected files
+ pp -- paste/move cut/copied 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 + zh or CTRL-h -- show hidden files
+ Renaming files: + Renaming files:
+ cw -- rename file from scratch + cw -- rename file from scratch

View file

@ -157,7 +157,7 @@ super + F7
td-toggle td-toggle
# sync email # sync email
super + F8 super + F8
mailsync mw sync
# Mount a USB drive or Android device # Mount a USB drive or Android device
super + {F9,F10} super + {F9,F10}
{dmenumount,dmenuumount} {dmenumount,dmenuumount}

View file

@ -27,7 +27,7 @@ unbind j
unbind C-b # unbind default leader key unbind C-b # unbind default leader key
unbind '"' # unbind horizontal split unbind '"' # unbind horizontal split
unbind % # unbind vertical 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 c split-window -v # split pane horizontally
bind-key v split-window -h # split pane vertically bind-key v split-window -h # split pane vertically
bind-key Space list-panes bind-key Space list-panes