Compare commits

..

2 commits

Author SHA1 Message Date
bcb15e8d05
profile: use bat -p instead of -pp 2025-06-11 16:52:20 +02:00
8854e02b5e
helix: add some keybinds 2025-06-11 16:48:20 +02:00
2 changed files with 17 additions and 1 deletions

View file

@ -35,3 +35,19 @@ render = true
[editor.soft-wrap]
enable = true
[keys.normal]
C-s = ":w"
C-o = "file_picker"
S-ret = ["open_below", "insert_mode"]
E = "extend_to_line_end"
x = "extend_to_line_bounds"
X = "extend_line_below"
d = "delete_selection_noyank"
A-d = "delete_selection"
c = "change_selection_noyank"
A-c = "change_selection"
S-v = ["extend_to_line_bounds","select_mode"]

View file

@ -8,7 +8,7 @@ export BROWSER
: ${VISUAL:="$EDITOR"}
export EDITOR VISUAL
: ${PAGER:="$(command -v bat) -pp"}
: ${PAGER:="$(command -v bat 2>/dev/null) -p"}
export PAGER
for x in \