tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
nvim: side tree view shortcut
seth.computer
4 days ago
ecb5603f
d1740e3c
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+1
1 changed file
expand all
collapse all
unified
split
nvim
lua
config
keys.lua
+1
nvim/lua/config/keys.lua
···
28
28
vim.keymap.set("n", "L", ":bn<cr>")
29
29
30
30
vim.keymap.set("n", "E", "<cmd>Neotree toggle reveal position=current<cr>")
31
31
+
vim.keymap.set("n", "<leader>e", "<cmd>Neotree toggle reveal position=left<cr>")
31
32
32
33
-- buffers
33
34
vim.keymap.set("n", "<leader>BD", "<cmd>bufdo bd<cr>")