Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
odoo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Paul
odoo
Commits
d8a0fc7a
Commit
d8a0fc7a
authored
4 years ago
by
François C.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Addes missing files due to .gitignore rules
parent
2e169cf7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
88 additions
and
0 deletions
+88
-0
.inputrc
..._sale/tools/posbox/overwrite_before_init/home/pi/.inputrc
+53
-0
.vimrc
...of_sale/tools/posbox/overwrite_before_init/home/pi/.vimrc
+27
-0
.bowerrc
odoo/addons/web/.bowerrc
+3
-0
.hg_archival.txt
odoo/addons/web/static/lib/py.js/.hg_archival.txt
+5
-0
No files found.
odoo/addons/point_of_sale/tools/posbox/overwrite_before_init/home/pi/.inputrc
0 → 100644
View file @
d8a0fc7a
#
set meta-flag on
set convert-meta off
set input-meta on
set output-meta on
set show-all-if-ambiguous on
set visible-stats on
set bell-style none
# set bell-style visible
#"\M-k": kill-whole-line
#----------------------------------------------------------
# arrows left/right/up/down
"\e[C": forward-char
"\e[D": backward-char
"\e[A": previous-history
"\e[B": next-history
# ---------------------------------------------------------
# pgup/pgdn
"\e[6~": history-search-forward
"\e[5~": history-search-backward
#----------------------------------------------------------
# insert,delete
#"\e[2~": quoted-insert
"\e[3~": delete-char
# esc+delete, esc+backspace
"\e\e[3~": kill-word
"\e\C-h": backward-kill-word
#----------------------------------------------------------
# ctrl left/right (rxvt)
"\eOc": forward-word
"\eOd": backward-word
# ctrl left/right (xterm)
"\e[1;5C": forward-word
"\e[1;5D": backward-word
# ctrl left/right (unknown)
#"\e[5C": forward-word
#"\e[5D": backward-word
#"\e\e[C": forward-word
#"\e\e[D": backward-word
# ---------------------------------------------------------
# home/end (linux console)
"\e[1~": beginning-of-line
"\e[4~": end-of-line
# home/end (rxvt)
"\e[7~": beginning-of-line
"\e[8~": end-of-line
# home/end (xterm, freebsd console)
"\e[H": beginning-of-line
"\e[F": end-of-line
# home/end (non RH/Debian xterm, unknown)
"\eOH": beginning-of-line
"\eOF": end-of-line
"\eOw": end-of-line
This diff is collapsed.
Click to expand it.
odoo/addons/point_of_sale/tools/posbox/overwrite_before_init/home/pi/.vimrc
0 → 100644
View file @
d8a0fc7a
set
all
&
set
autoindent
set
backspace
=
2
set
nobackup
set
nocompatible
set
noerrorbells
set
noexpandtab
set
expandtab
set
number
set
hidden
set
history
=
500
set
hlsearch
set
ignorecase
set
modeline
set
ruler
set
shiftwidth
=
4
set
scrolloff
=
5
set
showcmd
set
showmode
set
tabstop
=
4
set
textwidth
=
0
set
visualbell
set
t_vb
=
set
wrap
set
list
set
listchars
=
tab
:~.,
trail
:.,
extends
:>,
precedes
:<
set
viminfo
=
"NONE"
This diff is collapsed.
Click to expand it.
odoo/addons/web/.bowerrc
0 → 100644
View file @
d8a0fc7a
{
"directory": "static/lib/"
}
This diff is collapsed.
Click to expand it.
odoo/addons/web/static/lib/py.js/.hg_archival.txt
0 → 100644
View file @
d8a0fc7a
repo: 076b192d0d8ab2b92d1dbcfa3da055382f30eaea
node: 7ee0bc7b4e9138f485cdc9ec791961d8ef452f17
branch: default
latesttag: 0.7
latesttagdistance: 11
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment