Compare commits

..

No commits in common. "bcb15e8d051fabb068f5aadd209a1f16c36dec63" and "3122274498bab7c26bf58aa7f95fd1f9dd6c4b30" have entirely different histories.

2 changed files with 1 additions and 17 deletions

View file

@ -35,19 +35,3 @@ 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 2>/dev/null) -p"}
: ${PAGER:="$(command -v bat) -pp"}
export PAGER
for x in \