save
This commit is contained in:
@@ -20,9 +20,9 @@ vim.keymap.set({ 'n', 'v', 'x' }, '<leader>d', '"+d<CR>')
|
||||
vim.keymap.set({ 'n', 'v', 'x' }, '<leader>y', '"+y<CR>')
|
||||
|
||||
vim.o.relativenumber = true
|
||||
vim.o.shiftwidth = 2
|
||||
vim.o.tabstop = 2
|
||||
vim.o.expandtab = true
|
||||
vim.o.shiftwidth = 8
|
||||
vim.o.tabstop = 8
|
||||
vim.o.expandtab = false
|
||||
vim.o.wrap = false
|
||||
vim.o.winborder = "rounded"
|
||||
vim.o.clipboard = "unnamedplus"
|
||||
|
||||
@@ -40,10 +40,8 @@ clip() { # wsl only
|
||||
# Plugin manager configuration
|
||||
plug "zsh-users/zsh-autosuggestions"
|
||||
plug "zap-zsh/supercharge"
|
||||
plug "zap-zsh/zap-prompt"
|
||||
plug "zsh-users/zsh-syntax-highlighting"
|
||||
plug "zap-zsh/sudo"
|
||||
plug "zsh-users/zsh-history-substring-search"
|
||||
plug "Aloxaf/fzf-tab"
|
||||
bindkey "^R" history-incremental-search-backward
|
||||
|
||||
|
||||
Reference in New Issue
Block a user