Added leap to kitty-scrollback-neovim.sh

This commit is contained in:
2023-05-19 14:50:20 -07:00
parent 27fa2aa9db
commit 3b33657ebb

View File

@ -12,6 +12,9 @@ fi
exec nvim 63<&0 0</dev/null \
-u NONE \
-c 'packadd leap.nvim' \
-c "lua require('leap').add_default_mappings()" \
-c 'highlight link LeapBackdrop Comment' \
-c "map <silent> q :qa!<CR>" \
-c "set scrollback=100000 nonumber termguicolors laststatus=0 clipboard+=unnamedplus" \
-c "autocmd TermEnter * stopinsert" \