apps: nvim: Nerd Font, nvim kickstart partially
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
programs = {
|
||||
tmux = {
|
||||
enable = true;
|
||||
terminal = "xterm-256color";
|
||||
terminal = "screen-256color";
|
||||
escapeTime = 300;
|
||||
newSession = false;
|
||||
keyMode = "vi";
|
||||
historyLimit = 10000;
|
||||
@@ -29,6 +30,7 @@
|
||||
];
|
||||
extraConfig = ''
|
||||
set -g mouse on
|
||||
set-option -sa terminal-features ',alacritty:RGB'
|
||||
|
||||
# More friendly split pane
|
||||
bind-key s split-window -h -c "#{pane_current_path}"
|
||||
|
||||
Reference in New Issue
Block a user