issues
search
satetheus
/
dotfiles
My dot files
Apache License 2.0
0
stars
0
forks
source link
post nvim cleanup cwm
#31
Closed
cwmccullough
closed
2 years ago
cwmccullough
commented
2 years ago
cleaned up dev-setup.sh, added nim=nvim alias, & changed aliases from vim to nvim
added install for fdfind, set fzf to use fd, & added an untracked local_vars file
turned off limit on history size
added setting to visualize tabs in nvim
changed vim.keymap.set to vim.api.nvim_set_keymap for consistency
added common function to aliases, shows n most common shell commands in history
fixed 2 typos: missing } & missing {noremap = true}
adjusted bashrc, init.lua, & macros.vim to allow gmk auth tool to work in vim
added save to clipboard & init.lua reload keymaps to nvim
made file search abbreviations more explicit
moved g: commands out of vim.cmd blocks as much as possible
set alt-c fzf command to use $HOME & $PROJECT_DIR