Merge branch 'master' of github.com:LukeSmithxyz/voidrice into master
This commit is contained in:
commit
8e8c702e23
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue