Compare commits

...

2 commits

2 changed files with 3 additions and 1 deletions

View file

@ -38,6 +38,8 @@ map('n', '<Leader>gS', ':Telescope lsp_dynamic_workspace_symbols<Enter>
map('n', '<Leader>h', ':nohlsearch<Enter>', options) map('n', '<Leader>h', ':nohlsearch<Enter>', options)
map('v', '<Leader>y', '"+y', options)
-------------------------------------------------- --------------------------------------------------
-- Telescope -- Telescope
-------------------------------------------------- --------------------------------------------------

View file

@ -222,7 +222,7 @@ bindsym $mod+Ctrl+Down move workspace to output down
# You can "split" the current object of your focus with # You can "split" the current object of your focus with
# $mod+b or $mod+v, for horizontal and vertical splits # $mod+b or $mod+v, for horizontal and vertical splits
# respectively. # respectively.
bindsym $mod+b splih bindsym $mod+b splith
bindsym $mod+v splitv bindsym $mod+v splitv
# Switch the current container between different layout styles # Switch the current container between different layout styles