Compare commits
No commits in common. "eb3eab92ae90c262a13a5f642580e219ad9d931b" and "7b084aada170cc5797b88d295f2ae7cde3a44471" have entirely different histories.
eb3eab92ae
...
7b084aada1
2 changed files with 1 additions and 3 deletions
|
@ -38,8 +38,6 @@ map('n', '<Leader>gS', ':Telescope lsp_dynamic_workspace_symbols<Enter>
|
|||
|
||||
map('n', '<Leader>h', ':nohlsearch<Enter>', options)
|
||||
|
||||
map('v', '<Leader>y', '"+y', options)
|
||||
|
||||
--------------------------------------------------
|
||||
-- Telescope
|
||||
--------------------------------------------------
|
||||
|
|
|
@ -222,7 +222,7 @@ bindsym $mod+Ctrl+Down move workspace to output down
|
|||
# You can "split" the current object of your focus with
|
||||
# $mod+b or $mod+v, for horizontal and vertical splits
|
||||
# respectively.
|
||||
bindsym $mod+b splith
|
||||
bindsym $mod+b splih
|
||||
bindsym $mod+v splitv
|
||||
|
||||
# Switch the current container between different layout styles
|
||||
|
|
Loading…
Add table
Reference in a new issue