Compare commits
2 commits
7b084aada1
...
eb3eab92ae
Author | SHA1 | Date | |
---|---|---|---|
eb3eab92ae | |||
2b062e93da |
2 changed files with 3 additions and 1 deletions
|
@ -38,6 +38,8 @@ 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 splih
|
||||
bindsym $mod+b splith
|
||||
bindsym $mod+v splitv
|
||||
|
||||
# Switch the current container between different layout styles
|
||||
|
|
Loading…
Add table
Reference in a new issue