Set up switchtes between floating/tiling to be v based.
This commit is contained in:
parent
126328dc5c
commit
61f26f4708
3 changed files with 2528 additions and 3 deletions
|
@ -72,7 +72,6 @@ bindsym $mod+Shift+Right move right
|
|||
bindsym $mod+odiaeresis split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split v
|
||||
bindsym $mod+Shift+odiaeresis split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
|
@ -84,10 +83,10 @@ bindsym $mod+w layout tabbed
|
|||
bindsym $mod+e layout toggle split
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
bindsym $mod+Shift+v floating toggle
|
||||
|
||||
# change focus between tiling / floating windows
|
||||
#bindsym $mod+space focus mode_toggle
|
||||
bindsym $mod+v focus mode_toggle
|
||||
|
||||
# focus the parent container
|
||||
bindsym $mod+a focus parent
|
||||
|
|
0
.config/nvim/init.vim
Normal file
0
.config/nvim/init.vim
Normal file
2526
.local/share/nvim/site/autoload/plug.vim
Normal file
2526
.local/share/nvim/site/autoload/plug.vim
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue