mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Add indent and bd keybindings
This commit is contained in:
parent
e020e813ae
commit
008face242
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ set("n", "<space>l", cmd("noh"), opts)
|
|||
|
||||
set("n", "<C-l>", "<C-w>w", opts)
|
||||
|
||||
set("v", ">", ">gv", opts)
|
||||
set("v", "<", "<gv", opts)
|
||||
|
||||
set("n", "<C-d>", cmd("bd"), opts)
|
||||
|
||||
-- Telescope
|
||||
local telescope_custom = require("plugins.telescope")
|
||||
local telescope_builtin = require("telescope.builtin")
|
||||
|
|
Loading…
Reference in a new issue