Compare commits
3 Commits
master
...
d80835de81
| Author | SHA1 | Date | |
|---|---|---|---|
|
d80835de81
|
|||
|
cc7d42ff42
|
|||
|
e68bbd00f6
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -7,3 +7,6 @@
|
|||||||
[submodule "tmux/tpm"]
|
[submodule "tmux/tpm"]
|
||||||
path = tmux/tpm
|
path = tmux/tpm
|
||||||
url = https://github.com/tmux-plugins/tpm
|
url = https://github.com/tmux-plugins/tpm
|
||||||
|
[submodule "zsh/custom/plugins/zsh-autopair"]
|
||||||
|
path = zsh/custom/plugins/zsh-autopair
|
||||||
|
url = https://github.com/hlissner/zsh-autopair
|
||||||
|
|||||||
@@ -7,12 +7,6 @@ vim.keymap.set({ "n", "v" }, "<Space>", "<Nop>", { noremap = true, silent = true
|
|||||||
vim.keymap.set("n", "k", "v:count == 0 ? 'gk' : 'k'", { expr = true, silent = true })
|
vim.keymap.set("n", "k", "v:count == 0 ? 'gk' : 'k'", { expr = true, silent = true })
|
||||||
vim.keymap.set("n", "j", "v:count == 0 ? 'gj' : 'j'", { expr = true, silent = true })
|
vim.keymap.set("n", "j", "v:count == 0 ? 'gj' : 'j'", { expr = true, silent = true })
|
||||||
|
|
||||||
-- Keybinds for resizing windows
|
|
||||||
vim.keymap.set("n", "<S-Up>", "<cmd>resize +2<CR>")
|
|
||||||
vim.keymap.set("n", "<S-Down>", "<cmd>resize -2<CR>")
|
|
||||||
vim.keymap.set("n", "<S-Left>", "<cmd>vertical resize -2<CR>")
|
|
||||||
vim.keymap.set("n", "<S-Right>", "<cmd>vertical resize +2<CR>")
|
|
||||||
|
|
||||||
-- Some nice adjustments
|
-- Some nice adjustments
|
||||||
vim.keymap.set("n", "<C-d>", "<C-d>zz")
|
vim.keymap.set("n", "<C-d>", "<C-d>zz")
|
||||||
vim.keymap.set("n", "<C-u>", "<C-u>zz")
|
vim.keymap.set("n", "<C-u>", "<C-u>zz")
|
||||||
|
|||||||
1
zsh/custom/plugins/zsh-autopair
Submodule
1
zsh/custom/plugins/zsh-autopair
Submodule
Submodule zsh/custom/plugins/zsh-autopair added at 449a7c3d09
Submodule zsh/custom/plugins/zsh-autosuggestions updated: c3d4e576c9...0e810e5afa
@@ -26,6 +26,7 @@ plugins=(
|
|||||||
colored-man-pages
|
colored-man-pages
|
||||||
command-not-found
|
command-not-found
|
||||||
dirhistory
|
dirhistory
|
||||||
|
zsh-autopair
|
||||||
)
|
)
|
||||||
|
|
||||||
bindkey -M vicmd "k" up-line-or-beginning-search
|
bindkey -M vicmd "k" up-line-or-beginning-search
|
||||||
|
|||||||
Submodule zsh/ohmyzsh updated: 0c9b42a863...6ef47526f8
Reference in New Issue
Block a user