autostart nextcloud, nvim binds
This commit is contained in:
@@ -151,6 +151,7 @@ exec --no-startup-id xfce4-power-manager
|
||||
exec --no-startup-id start-pulseaudio-x11
|
||||
exec --no-startup-id pa-applet
|
||||
exec --no-startup-id picom
|
||||
exec --no-startup-id /usr/bin/nextcloud --background
|
||||
bindsym $mod+Ctrl+m exec pavucontrol
|
||||
# detect screen configurations
|
||||
exec --no-startup-id autorandr -c
|
||||
|
||||
@@ -8,7 +8,9 @@ function map(mode, lhs, rhs, opts)
|
||||
vim.api.nvim_set_keymap(mode, lhs, rhs, options)
|
||||
end
|
||||
|
||||
-- frankly i dont know what the hell im doing
|
||||
map("n", "<Enter>", "i<Enter><Esc>k$")
|
||||
-- map("n", "<S-Enter>", "d$O<Esc>p^")
|
||||
map("n", "<Space>", "i<Space><Esc>")
|
||||
-- map("n", "<Space>", "i<Space><Esc>")
|
||||
map("n", "<A-Space>", "<Esc>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user